共用方式為


ITextCharacterFormat.FontStretch 屬性

定義

取得或設定與字型的一般外觀比例相較之下,字型的延展程度。

public:
 property FontStretch FontStretch { FontStretch get(); void set(FontStretch value); };
FontStretch FontStretch();

void FontStretch(FontStretch value);
public FontStretch FontStretch { get; set; }
var fontStretch = iTextCharacterFormat.fontStretch;
iTextCharacterFormat.fontStretch = fontStretch;
Public Property FontStretch As FontStretch

屬性值

字型的延展程度。

適用於