ITextFrameProperties
AutofitType Property
|
Namespace:
Spire.Presentation
Assembly:
Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
TextAutofitType AutofitType { get; set; }
Property AutofitType As TextAutofitType
Get
Set
property TextAutofitType AutofitType {
TextAutofitType get ();
void set (TextAutofitType value);
}
abstract AutofitType : TextAutofitType with get, set
Property Value
Type:
TextAutofitType
See Also