Aspose::Words::ControlChar::CellChar field. End of a table cell or end of a table row character: (char)7 or "\a" in C++....control character to mark the point where text moves to the next...
Aspose::Words::ControlChar::SectionBreak method. End of section character: "\x000c" or "\f". Note it has the same value as PageBreak in C++....control character to mark the point where text moves to the next...
Aspose::Words::ControlChar::ParagraphBreakChar field. End of paragraph character: (char)13 or "\r" in C++....control character to mark the point where text moves to the next...
Aspose::Words::ControlChar::LineFeed method. Line feed character: "\x000a" or "\n". Same as Lf in C++....control character to mark the point where text moves to the next...
Aspose::Words::Drawing::Charts::AxisBuiltInUnit enum. Specifies the display units for an axis in C++....tick marks of the Y-axis to point away from the plot area, //...
Aspose::Words::ControlChar::PageBreakChar field. Page break character: (char)12 or "\f" in C++....control character to mark the point where text moves to the next...
Aspose::Words::ControlChar::DefaultTextInputChar field. This is the "o" character used as a default value in text input form fields in C++....control character to mark the point where text moves to the next...
Aspose::Words::ControlChar::ColumnBreakChar field. End of column character: (char)14 in C++....control character to mark the point where text moves to the next...
Aspose::Words::ControlChar::Lf method. Line feed character: "\x000a" or "\n". Same as LineFeed in C++....control character to mark the point where text moves to the next...