CharacterFormat
TextScale Property
|
Gets or sets a value specifies that the percentage by which the contents of a run shall be expanded or compressed
with respect to its normal(100%) character width,with a minimun width of 1% and maximum width of 600%.
Namespace:
Spire.Doc.Formatting
Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public short TextScale { get; set; }
Public Property TextScale As Short
Get
Set
public:
property short TextScale {
short get ();
void set (short value);
}
member TextScale : int16 with get, set
Property Value
Type:
Int16
See Also