aspose.words.Story class. Base class for elements that contain block-level nodes [Paragraph](../paragraph/) and [Table](../../aspose.words.tables/table/)... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Use a DocumentBuilder to...
Aspose::Words::ControlChar::TabChar field. Tab character: (char)9 or "\t" in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); // Set tab stops to appear...
DocumentBuilder.move_to_section method. Moves the cursor to the beginning of the body in a specified section.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Specify that we want different...
Aspose::Words::PageSetup::get_ChapterPageSeparator method. Gets or sets the separator character that appears between the chapter number and the page number in C++.... auto doc = System :: MakeObject < Aspose...Words :: PageSetup > pageSetup = doc -> get_FirstSection () -> get_PageSetup...
Aspose::Words::Saving::XlsxSaveOptions::get_SaveFormat method. Specifies the format in which the Document will be saved if this save options object is used. Can only be Xlsx in C++.... auto doc = System :: MakeObject < Aspose...Words :: SaveFormat :: Xlsx ); doc -> Save ( get_ArtifactsDir ()...
Aspose::Words::Saving::XlsxSaveOptions::get_DateTimeParsingMode method. Gets or sets the mode that specifies how Document text is parsed to identify date and time values. The default value is UseCurrentLocale in C++.... auto doc = System :: MakeObject < Aspose...XlsxDateTimeParsingM :: Auto ); doc -> Save ( get_ArtifactsDir ()...
Aspose::Words::Fields::FieldToc::get_CaptionlessTableOfFiguresLabel method. Gets or sets the name of the sequence identifier used when building a table of figures that does not include caption's label and number in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); auto fieldToc = System ::...
C++ API to Convert EMAIL to MD without using Microsoft Word or Outlook...document formats, including DOC, DOCX, ODT, RTF, HTML, and PDF...System :: SharedPtr < Document > doc = System :: MakeObject < Document...
C++ API to Convert EMAIL to DOTX without using Microsoft Word or Outlook...document file formats, including DOC, DOCX, DOTX, HTML, and PDF. With...System :: SharedPtr < Document > doc = System :: MakeObject < Document...