Document
HTMLIdentifierPunctuations Property
|
Set the custom punctuation as sentence indentifier.
Full stop, qusetion mark, exclamatory mark are default values.
Namespace:
Spire.Doc
Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public List<char> HTMLIdentifierPunctuations { get; set; }
Public Property HTMLIdentifierPunctuations As List(Of Char)
Get
Set
public:
property List<wchar_t>^ HTMLIdentifierPunctuations {
List<wchar_t>^ get ();
void set (List<wchar_t>^ value);
}
member HTMLIdentifierPunctuations : List<char> with get, set
Property Value
Type:
List
Char
See Also