Document
AutoUpdateStylesByTemplate Property
|
Gets or sets a value indicating whether updating the styles in this document to match
the styles in the attached template each time you open .
Namespace:
Spire.Doc
Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public bool AutoUpdateStylesByTemplate { get; set; }
Public Property AutoUpdateStylesByTemplate As Boolean
Get
Set
public:
property bool AutoUpdateStylesByTemplate {
bool get ();
void set (bool value);
}
member AutoUpdateStylesByTemplate : bool with get, set
Property Value
Type:
Boolean
if update document styles automatically, set to
true
.
See Also