公開方法(Public Methods) | |
| Text (ITextItem text) | |
| AlignEnum | GetAlignment () |
| String | GetFontName () |
| 要使用的字體名稱。 | |
| FontSizeUnitsEnum | GetFontSizeUnits () |
| 字元大小選擇使用字體點數或其他單位。 更多... | |
| FontStyleEnum | GetFontStyle () |
| RotateEnum | GetRotation () |
| IRuler | GetRuler () |
| 如果使用標尺進行字體縮放/調整大小,用於文字定位和字體大小的標尺。 | |
| List< ITextItem > | GetText () |
| 使用相同文本設置的文本項目列表。 | |
| void | SetAlignment (AlignEnum alignment) |
| void | SetFontName (String fontName) |
| void | SetFontSizeUnits (FontSizeUnitsEnum fontSizeUnits) |
| void | SetFontStyle (FontStyleEnum fontStyle) |
| 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.