Set the custom punctuation as sentence indentifier.
Full stop, qusetion mark, exclamatory mark are default values.
Namespace: Spire.DocAssembly: Spire.Doc (in Spire.Doc.dll) Version: 9.6.1.0 (9.6.1.3020)
Syntax
| C# | Visual Basic | Visual C++ | F# |
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