Public 成员函数 | |
| Text (ITextItem text) | |
| AlignEnum | GetAlignment () |
| String | GetFontName () |
| 要使用的字体名称。 | |
| FontSizeUnitsEnum | GetFontSizeUnits () |
| 字符大小选择使用字体点数或其他单位。 更多... | |
| FontStyleEnum | GetFontStyle () |
| Reference_Point | GetReferencePoint () |
| RotateEnum | GetRotation () |
| IRuler | GetRuler () |
| 如果使用标尺进行字体缩放/调整大小,用于文本定位和字体大小的标尺。 | |
| List< ITextItem > | GetText () |
| 使用相同文本设置的文本项目列表。 | |
| boolean | IsReverse () |
| void | SetAlignment (AlignEnum alignment) |
| void | SetFontName (String fontName) |
| void | SetFontSizeUnits (FontSizeUnitsEnum fontSizeUnits) |
| void | SetFontStyle (FontStyleEnum fontStyle) |
| void | SetReferencePoint (Reference_Point referencePoint) |
| void | SetReverse (boolean reverse) |
| void | SetRotation (RotateEnum rotation) |
| void | SetRuler (IRuler ruler) |
| void | SetText (List< ITextItem > textItems) |
| String | ToString () |
| 返回可发送到印表机的字符串。 | |
| String | toString () |
|
inherited |
字符大小选择使用字体点数或其他单位。
X/Y 字符大小以字体点数计算,1 点 = 1/72 英寸(约 0.35 毫米)。
注意,有些字体可能无法缩放。指定的值若超出最小/最大范围,将限制于最小或最大值。
实现了 IFontSizeUnits.