Document
HTMLCustomComment Property
|
Gets or sets a value specifying whether parsing and writing comment of document in HTML.
Supported HTML Tag : span ,when the value of class attribute is comment
Supported HTML Tag Attribytes : data-comment / data-user / data-cid / data-date.
Namespace:
Spire.Doc
Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public bool HTMLCustomComment { get; set; }
Public Property HTMLCustomComment As Boolean
Get
Set
public:
property bool HTMLCustomComment {
bool get ();
void set (bool value);
}
member HTMLCustomComment : bool with get, set
Property Value
Type:
Boolean
See Also