ImageGearJava Project > com.accusoft.imagegear.art Package : IImGearARTText Interface |
The following tables list the members exposed by IImGearARTText.
Name | Description | |
---|---|---|
getActualText | Gets the actual text you can see on display.
String value. | |
getBorder | Gets the mark border.
ImGearARTBorder class object. | |
getBorderShading | Gets a value indicating whether the border is shaded or not.
| |
getCallout | Gets a value of the ImGearARTCallout class object that specifies mark's callout attributes.
ImGearARTCallout class object. | |
getFillColor | Gets the fill color of the mark.
com.accusoft.imagegear.core.ImGearRGBQuad structure object interface. | |
getFontDisablePPM | Gets a value indicating whether the PPM option is disabled in font pointSize calculations.
True - disables PPM and display parameters in font pointSize calculations for the current mark, False - enables font pointSize calculations. | |
getFontName | Gets the font name of the mark text.
| |
getFontSize | Gets the font pointSize of the mark text.
The font pointSize is measured in points. | |
getFontStyleART | Gets the font style of the mark text.
Aggregates of ImGearARTFontStyles enumeration value. | |
getOpacity | Gets the opacity of the mark.
This Opacity is used for all elements of the mark by default. If you need to set a different opacity value for text element, please use setTextOpacity method. | |
getPin | Gets the ImGearARTPin object that specifies mark's pin icon attributes.
ImGearARTPin class object. | |
getText | Gets the text of the mark.
String value. | |
getTextColor | Gets the color of the mark text.
com.accusoft.imagegear.core.ImGearRGBQuad structure object interface. | |
getTextOpacity | Gets a separate opacity used for text string.
When set to non-negative value, specifies separate opacity used for text string only, otherwise text is displayed with the opacity provided by the getOpacity method used to set the opacity for the entire mark. | |
getTextTrimming | Gets the text trimming behavior to employ when content overflows the content area.
ImGearARTTextTrimming enumeration value. | |
getTextType | Gets the text type.
ImGearARTTextType enumeration value. | |
setActualText | Sets the actual text you can see on display.
String value. | |
setBorder | Sets the mark border.
ImGearARTBorder class object. | |
setBorderShading | Sets a value indicating whether the border is shaded or not.
| |
setCallout | Sets of the ImGearARTCallout class object that specifies mark's callout attributes.
ImGearARTCallout class object. | |
setFillColor | Sets the fill color of the mark.
com.accusoft.imagegear.core.ImGearRGBQuad structure object interface. | |
setFontDisablePPM | Sets a value indicating whether the PPM option is disabled in font pointSize calculations.
True - disables PPM and display parameters in font pointSize calculations for the current mark, False - enables font pointSize calculations. | |
setFontName | Sets the font name of the mark text.
| |
setFontSize | Sets the font pointSize of the mark text.
The font pointSize is measured in points. | |
setFontStyleART | Sets the font style of the mark text.
Aggregates of ImGearARTFontStyles enumeration value. | |
setOpacity | Sets the opacity of the mark.
This Opacity is used for all elements of the mark by default. If you need to set a differ opacity value for text element, please use setTextOpacity method. | |
setPin | Sets the ImGearARTPin object that specifies mark's pin icon attributes.
ImGearARTPin class object. | |
setText | Sets the text of the mark.
String value. | |
setTextColor | Sets the color of the mark text.
com.accusoft.imagegear.core.ImGearRGBQuad structure object interface. | |
setTextOpacity | Sets a separate opacity used for text string.
When set to non-negative value, specifies separate opacity used for text string only, otherwise text is displayed with the opacity provided by the getOpacity method used to set the opacity for the entire mark. | |
setTextTrimming | Sets the text trimming behavior to employ when content overflows the content area.
ImGearARTTextTrimming enumeration value. | |
setTextType | Sets the text type.
ImGearARTTextType enumeration value. |