Uses of Class
com.winnovative_software.RgbColor
-
Uses of RgbColor in com.winnovative_software
Fields in com.winnovative_software declared as RgbColorModifier and TypeFieldDescriptionstatic final RgbColor
RgbColor.ALICE_BLUE
The predefined alice blue colorstatic final RgbColor
RgbColor.ANTIQUE_WHITE
The predefined antique white colorstatic final RgbColor
RgbColor.BEIGE
The predefined beige colorstatic final RgbColor
RgbColor.BLACK
The predefined black colorstatic final RgbColor
RgbColor.BLUE
The predefined blue colorstatic final RgbColor
RgbColor.CORAL
The predefined coral colorstatic final RgbColor
RgbColor.DARK_GREEN
The predefined dark green colorstatic final RgbColor
RgbColor.EMPTY
The predefined null colorstatic final RgbColor
RgbColor.GRAY
The predefined gray colorstatic final RgbColor
RgbColor.GREEN
The predefined green colorstatic final RgbColor
RgbColor.INDIGO
The predefined indigo colorstatic final RgbColor
RgbColor.LIGHT_CYAN
The predefined light cyan colorstatic final RgbColor
RgbColor.LIGHT_GRAY
The predefined light gray colorstatic final RgbColor
RgbColor.LIGHT_GREEN
The predefined light green colorstatic final RgbColor
RgbColor.MISTY_ROSE
The predefined misty rose colorstatic final RgbColor
RgbColor.NAVY
The predefined navy colorstatic final RgbColor
RgbColor.ORANGE
The predefined orange colorstatic final RgbColor
RgbColor.PINK
The predefined pink colorstatic final RgbColor
RgbColor.PURPLE
The predefined purple colorstatic final RgbColor
RgbColor.RED
The predefined red colorstatic final RgbColor
RgbColor.VIOLET
The predefined violet colorstatic final RgbColor
RgbColor.WHITE
The predefined white colorstatic final RgbColor
RgbColor.WHITE_SMOKE
The predefined white smoke colorstatic final RgbColor
RgbColor.YELLOW
The predefined yellow colorMethods in com.winnovative_software that return RgbColorModifier and TypeMethodDescriptionPageGraphicElement.backColor()
Gets element background colorPdfDocumentOptions.backColor()
Gets the PDF pages background colorPdfFormAutoFieldStyle.backColor()
Gets the form field background color in an automatically generated PDF formPdfFormFieldStyle.backColor()
Gets the form field background colorTableOfContentsOptions.backColor()
Gets the background color of the PDF pages on which the table of contents is createdPdfFormAutoFieldStyle.borderColor()
Gets the form field border color in an automatically generated PDF formPdfFormFieldStyle.borderColor()
Gets the form field border colorBookmark.color()
Gets the bookmark text colorGradientColor.endColor()
Gets the gradient end colorPdfFooterOptions.footerBackColor()
Gets the background color of the footerPageGraphicElement.foreColor()
Gets element foreground colorPdfFormAutoFieldStyle.foreColor()
Gets the form field fore color in an automatically generated PDF formPdfFormFieldStyle.foreColor()
Gets the form field fore colorPdfHeaderOptions.headerBackColor()
Gets the background color of the headerFileAttachmentElement.iconColor()
Gets the file attachment icon colorGradientColor.startColor()
Gets the gradient start colorMethods in com.winnovative_software with parameters of type RgbColorModifier and TypeMethodDescriptionvoid
PageGraphicElement.setBackColor
(RgbColor backColor) Sets element background colorvoid
PdfDocumentOptions.setBackColor
(RgbColor backColor) Sets the PDF pages background colorvoid
PdfFormAutoFieldStyle.setBackColor
(RgbColor backColor) Sets the form field background color in an automatically generated PDF formvoid
PdfFormFieldStyle.setBackColor
(RgbColor backColor) Sets the form field background colorvoid
TableOfContentsOptions.setBackColor
(RgbColor backColor) Sets the background color of the PDF pages on which the table of contents is createdvoid
PdfFormAutoFieldStyle.setBorderColor
(RgbColor borderColor) Sets the form field border color in an automatically generated PDF formvoid
PdfFormFieldStyle.setBorderColor
(RgbColor borderColor) Sets the form field border colorvoid
Sets the bookmark text colorvoid
GradientColor.setEndColor
(RgbColor endColor) Sets the gradient end colorvoid
PdfFooterOptions.setFooterBackColor
(RgbColor footerBackColor) Sets the background color of the footervoid
PageGraphicElement.setForeColor
(RgbColor foreColor) Sets element foreground colorvoid
PdfFormAutoFieldStyle.setForeColor
(RgbColor foreColor) Sets the form field fore color in an automatically generated PDF formvoid
PdfFormFieldStyle.setForeColor
(RgbColor foreColor) Sets the form field fore colorvoid
PdfHeaderOptions.setHeaderBackColor
(RgbColor headerBackColor) Sets the background color of the headervoid
FileAttachmentElement.setIconColor
(RgbColor iconColor) Sets the file attachment icon color.void
GradientColor.setStartColor
(RgbColor startColor) Sets The gradient start colorConstructors in com.winnovative_software with parameters of type RgbColorModifierConstructorDescriptionGradientColor
(GradientDirection direction, RgbColor start, RgbColor end) Gradient constructorTextElement
(float x, float y, float width, float height, String text, PdfFont font, RgbColor textColor) Constructs a paginable text element that will be rendered at the specified (x,y) position using the specified width, height, font and color.TextElement
(float x, float y, float width, String text, PdfFont font, RgbColor textColor) Constructs a paginable text element that will be rendered at the specified (x,y) position using the specified width, font and color.TextElement
(float x, float y, String text, PdfFont font, RgbColor textColor) Constructs a paginable text element that will be rendered at the specified (x,y) position using the specified font and color.