ControlChar.LF property. Line feed character: \x000a or \n...LF property Line feed character: “\x000a” or “\n”. Same as...how to add various control characters to a document. doc = aw ...
Aspose::Words::ControlChar::LineBreakChar field. Line break character: (char)11 or "\v" in C++....LineBreakChar field Line break character: (char)11 or “\v”. static...how to add various control characters to a document. auto doc =...
Aspose::Words::ControlChar::SectionBreakChar field. End of section character: (char)12 or "\f" in C++....SectionBreakChar field End of section character: (char)12 or “\f”. static...how to add various control characters to a document. auto doc =...
Represents a contiguous area in a document....void Delete () Deletes all characters of the range. More... SharedPtr...occurrences of a character pattern specified by a regular expression...
ControlChar FieldStartChar field. Start of MS Word field character char19 in C#....field Start of MS Word field character: (char)19. public const char...how to add various control characters to a document. Document doc...
ControlChar PageBreak field. Page break character x000c or f. Note it has the same value as SectionBreak in C#....PageBreak field Page break character: “\x000c” or “\f”. Note it...how to add various control characters to a document. Document doc...
ControlChar LineFeedChar field. Line feed character char10 or n in C#....LineFeedChar field Line feed character: (char)10 or “\n”. public...how to add various control characters to a document. Document doc...
ControlChar FieldEndChar field. End of MS Word field character char21 in C#....field End of MS Word field character: (char)21. public const char...how to add various control characters to a document. Document doc...
ControlChar ParagraphBreak field. End of paragraph character x000d or r. Same as Cr in C#....ParagraphBreak field End of paragraph character: “\x000d” or “\r”. Same as...how to add various control characters to a document. Document doc...
ControlChar CellChar field. End of a table cell or end of a table row character char7 or a in C#....cell or end of a table row character: (char)7 or “\a”. public const...how to add various control characters to a document. Document doc...