ImageGearJava Project > com.accusoft.imagegear.art Package : ImGearARTText Class |
The following tables list the members exposed by ImGearARTText.
Name | Description | |
---|---|---|
ImGearARTText Constructor | Overloaded. |
Name | Description | |
---|---|---|
beginEdit | Begins the text editing process. | |
clone | Creates new object that is an exact copy of the current mark. (Inherited from com.accusoft.imagegear.art.ImGearARTMark) | |
endEdit | Ends the text editing process. | |
fromLegacyMark | Converts legacy ART2.0 mark into the appropriate ART 3.0 mark. (Inherited from com.accusoft.imagegear.art.ImGearARTMark) | |
getActualText | Gets the actual text you can see on display.
This method behaves exactly as the ImGearARTTextFromFile.getText. | |
getAlignmentH | Gets the horizontal text alignment.
The default value is ImGearAlignmentHModes.LEFT. | |
getAlignmentV | Gets the vertical text alignment.
The default value is ImGearAlignmentVModes.TOP. | |
getBorder | Gets the mark border.
| |
getBorderShading | Sets a value indicating whether the border is shaded or not.
| |
getBounds | Gets mark's bounding rectangle in abstract coordinates.
Type of the mark's coordinate system is specifying when using ImGearARTPage.addMark method. | |
getCallout | Gets a value of the ImGearARTCallout class object that specifies mark's callout attributes.
| |
getFillColor | Gets the fill color of the mark.
| |
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. The default value is false. | |
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. | |
getHeight | Gets the height of the mark's rectangle.
| |
getHitTestBounds | Gets the mark's boundling rectangle used for hit test.
This rectangle adds a callout point to the mark's bounding rectangle. Type of the mark's coordinate system is specifying when using ImGearARTPage.addMark method. | |
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 differ opacity value for text element, please use ImGearARTTextFromFile method. The default value is 255. | |
getOrientation | Gets the text orientation.
The default value is ImGearOrientationModes.TOP_LEFT. | |
getPin | Gets the ImGearARTPin object that specifies mark's pin icon attributes.
| |
getStatistics | Gets an object representing specific statistics information about the mark.
| |
getText | Gets the text of the mark.
| |
getTextColor | Gets the color of the mark text.
| |
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 method provided by the ImGearARTTextFromFile method used to set the opacity for the entire mark. The default value is 255. | |
getTextTrimming | Gets the text trimming behavior to employ when content overflows the content area.
| |
getTextType | Gets the text type.
The default value is ImGearARTTextType.DIRECT_TEXT. | |
getType | Gets mark's type.
| |
getWidth | Gets the width of the mark's rectangle.
| |
getX | Gets the X coordinate of the top-left point of the mark's rectangle.
| |
getY | Gets the Y coordinate of the top-left point of the mark's rectangle.
| |
isVisible | Gets a value indicating whether the mark is visible or not.
| |
move | Moves mark by specified offset. | |
setActualText | Sets the actual text you can see on display.
This method behaves exactly as the ImGearARTTextFromFile.getText. | |
setAlignmentH | Sets the horizontal text alignment.
The default value is ImGearAlignmentHModes.LEFT. | |
setAlignmentV | Sets the vertical text alignment.
The default value is ImGearAlignmentVModes.TOP. | |
setBorder | Sets the mark border.
| |
setBorderShading | Sets a value indicating whether the border is shaded or not.
| |
setCallout | Sets a value of the ImGearARTCallout class object that specifies mark's callout attributes.
| |
setFillColor | Sets the fill color of the mark.
| |
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. The default value is false. | |
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. | |
setHeight | Sets the height of the mark's rectangle.
| |
setOpacity | Sets the opacity of the mark.
This Opacity method is used for all elements of the mark by default. If you need to set a differ opacity value for text element, please use ImGearARTTextFromFile method. The default value is 255. | |
setOrientation | Sets the text orientation.
The default value is ImGearOrientationModes.TOP_LEFT. | |
setPin | Sets the ImGearARTPin object that specifies mark's pin icon attributes.
| |
setText | Sets the text of the mark.
| |
setTextColor | Sets the color of the mark text.
| |
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 ImGearARTTextFromFile method used to set the opacity for the entire mark. The default value is 255. | |
setTextTrimming | Sets the text trimming behavior to employ when content overflows the content area.
| |
setTextType | Sets the text type.
The default value is ImGearARTTextType.DIRECT_TEXT. | |
setVisible | Sets a value indicating whether the mark is visible or not.
| |
setWidth | Sets the width of the mark's rectangle.
| |
setX | Sets the X coordinate of the top-left point of the mark's rectangle.
| |
setY | Sets the Y coordinate of the top-left point of the mark's rectangle.
|