公開方法(Public Methods) | |
IRuler | GetRuler () |
如果使用標尺進行字體縮放/調整大小,用於文字定位和字體大小的標尺。 更多... | |
void | SetRuler (IRuler ruler) |
![]() | |
String | GetFontName () |
要使用的字體名稱。 更多... | |
void | SetFontName (String fontName) |
![]() | |
FontStyleEnum | GetFontStyle () |
void | SetFontStyle (FontStyleEnum fontStyle) |
![]() | |
FontSizeUnitsEnum | GetFontSizeUnits () |
字元大小選擇使用字體點數或其他單位。 更多... | |
void | SetFontSizeUnits (FontSizeUnitsEnum fontSizeUnits) |
![]() | |
AlignEnum | GetAlignment () |
void | SetAlignment (AlignEnum alignment) |
![]() | |
RotateEnum | GetRotation () |
void | SetRotation (RotateEnum rotation) |
IRuler com.UniPRT.Sdk.LabelMaker.Interface.ITextSettings.GetRuler | ( | ) |
如果使用標尺進行字體縮放/調整大小,用於文字定位和字體大小的標尺。
void com.UniPRT.Sdk.LabelMaker.Interface.ITextSettings.SetRuler | ( | IRuler | ruler | ) |