ImageGearJava Project > com.accusoft.imagegear.art Package : ImGearARTTextCallout Class |
The following tables list the members exposed by ImGearARTTextCallout.
Name | Description | |
---|---|---|
ImGearARTTextCallout Constructor | Overloaded. |
Name | Description | |
---|---|---|
beginEdit | Begins 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 text editing process. | |
fromLegacyMark | Converts legacy ART2.0 mark into the appropriate ART 3.0 mark. (Inherited from com.accusoft.imagegear.art.ImGearARTMark) | |
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 the ImGearARTCallout class object that specifies mark's callout attributes.
| |
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 text.
| |
getFontSize | Gets the font pointSize of the text.
| |
getFontStyleART | Gets the font style of the mark text.
Aggregates of ImGearARTFontStyles enumeration value. | |
getHeight | Gets the height of the mark rectangle.
The default value is 1. | |
getHitTestBounds | Gets the mark's bounding 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. | |
getStatistics | Gets an object representing specific statistics information about the mark.
| |
getText | Gets the text string.
| |
getTextColor | Gets the color of the text.
| |
getType | Gets mark's type.
| |
getWidth | Gets the width of the mark rectangle.
The default value is 1. | |
getX | Gets the X coordinate of top-left point of the mark's rectangle.
| |
getY | Gets the Y coordinate of top-left point of the mark's rectangle.
| |
isVisible | Gets a value indicating whether the mark is visible or not.
| |
move | Moves the mark by specified offset. | |
setCallout | Sets the ImGearARTCallout class object that specifies mark's callout attributes.
| |
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 text.
| |
setFontSize | Sets the font pointSize of the text.
| |
setFontStyleART | Sets the font style of the mark text.
Aggregates of ImGearARTFontStyles enumeration value. | |
setHeight | Sets the height of the mark rectangle.
The default value is 1. | |
setText | Sets the text string.
| |
setTextColor | Sets the color of the text.
| |
setVisible | Sets a value indicating whether the mark is visible or not.
| |
setWidth | Sets the width of the mark rectangle.
The default value is 1. | |
setX | Sets the X coordinate of top-left point of the mark's rectangle.
| |
setY | Sets the Y coordinate of top-left point of the mark's rectangle.
|