

int | |
Get method for attribute "AlongCurveId" Identifier of the curve along which text is placed. | |
double | |
Get method for attribute "AspectRatio" Aspect ratio of the text. | |
String | GetComment () |
Get method for attribute "Comment" text to Enter | |
Get method for attribute "FirstCorner" First corner of text box. | |
String | GetFontName () |
Get method for attribute "FontName" Font name. | |
Get method for attribute "HorizontalAlignment" Horizontal alignment of the text. Denotes the place of the starting point relative to the text. | |
boolean | GetKerning () |
Get method for attribute "Kerning" Whether kerning is enabled for the text. | |
Get method for attribute "SecondCorner" Second corner of text box. | |
Get method for attribute "SecondPoint" Second point of the cursor construction line. | |
double | |
Get method for attribute "SlantAngle" Slant angle of the text in degrees. | |
double | GetSpacing () |
Get method for attribute "Spacing" Spacing between characters. | |
Get method for attribute "StartingPoint" Starting point of the cursor construction line. | |
Get method for attribute "VerticalAlignment" Vertical alignment of the text. Denotes the place of the starting point relative to the text. | |
void | SetAlongCurveId (int value) |
Set method for attribute "AlongCurveId" Identifier of the curve along which text is placed. | |
void | SetAspectRatio (double value) |
Set method for attribute "AspectRatio" Aspect ratio of the text. | |
void | SetComment (String value) |
Set method for attribute "Comment" text to Enter | |
void | |
Set method for attribute "FirstCorner" First corner of text box. | |
void | SetFontName (String value) |
Set method for attribute "FontName" Font name. | |
void | |
Set method for attribute "HorizontalAlignment" Horizontal alignment of the text. Denotes the place of the starting point relative to the text. | |
void | SetKerning (boolean value) |
Set method for attribute "Kerning" Whether kerning is enabled for the text. | |
void | |
Set method for attribute "SecondCorner" Second corner of text box. | |
void | |
Set method for attribute "SecondPoint" Second point of the cursor construction line. | |
void | SetSlantAngle (double value) |
Set method for attribute "SlantAngle" Slant angle of the text in degrees. | |
void | SetSpacing (double value) |
Set method for attribute "Spacing" Spacing between characters. | |
void | |
Set method for attribute "StartingPoint" Starting point of the cursor construction line. | |
void | |
Set method for attribute "VerticalAlignment" Vertical alignment of the text. Denotes the place of the starting point relative to the text. |



GetComment | ||
String | GetComment | () |
SetComment | ||
void | SetComment | (String value) |

GetFontName | ||
String | GetFontName | () |
SetFontName | ||
void | SetFontName | (String value) |



GetHorizontalAlignment | ||
GetHorizontalAlignment | () | |
SetHorizontalAlignment | ||
void | SetHorizontalAlignment |

GetVerticalAlignment | ||
GetVerticalAlignment | () | |
SetVerticalAlignment | ||
void | SetVerticalAlignment |

GetAspectRatio | ||
double | GetAspectRatio | () |
SetAspectRatio | ||
void | SetAspectRatio | (double value) |

GetSlantAngle | ||
double | GetSlantAngle | () |
SetSlantAngle | ||
void | SetSlantAngle | (double value) |

GetSpacing | ||
double | GetSpacing | () |
SetSpacing | ||
void | SetSpacing | (double value) |

GetKerning | ||
boolean | GetKerning | () |
SetKerning | ||
void | SetKerning | (boolean value) |

GetAlongCurveId | ||
int | GetAlongCurveId | () |
SetAlongCurveId | ||
void | SetAlongCurveId | (int value) |
