Gets or sets a value specifying whether to add identifier to a sentence when writing to HTML.

Writed HTML Attribyte : sentence.

Writed HTML Value Of Attribyte : start / end / (start,end).

Namespace: Spire.Doc
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 9.6.1.0 (9.6.1.3020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public bool HTMLSentenceIdentifier { get; set; }
Public Property HTMLSentenceIdentifier As Boolean
	Get
	Set
public:
property bool HTMLSentenceIdentifier {
	bool get ();
	void set (bool value);
}
member HTMLSentenceIdentifier : bool with get, set

Property Value

Boolean

See Also