Aspose::Words::CompositeNode::get_Count method. Gets the number of immediate children of this node in C++.... auto doc = System :: MakeObject < Aspose...one paragraph. ASSERT_EQ ( 1 , doc -> get_FirstSection () -> get_Body...
Discover the StyleCollection DefaultParagraphFormat property to easily access and customize your Document's default paragraph formatting for enhanced readability....Document doc = new Document (); StyleCollection styles = doc . Styles...
HtmlSaveOptions.saveFormat property. Specifies the format in which the Document will be saved if this save options object is used... let doc = new aw . Document ( base ....exportDocumentProper = true ; doc . save ( base . artifactsDir...
LoadOptions.mswVersion property. Allows to specify that the Document loading process should match a specific MS Word version... Word2007 ; let doc = new aw . Document ( base ....2007 specification. expect ( doc . styles . defaultParagraphForm...
FixedPageSaveOptions.optimize_output property. Flag indicates whether it is required to optimize output... doc = aw . Document ( MY_DIR + 'Unoptimized...optimize_output = optimize_output doc . save ( ARTIFACTS_DIR + 'XpsSaveOptions...
PdfSaveOptions.dmlEffectsRenderingMode property. Gets or sets a value determining how DrawingML effects are rendered.... let doc = new aw . Document ( base ....DmlRenderingMode . DrawingML ); doc . save ( base . artifactsDir...
Aspose::Words::VariableCollection::idx_set method. Gets or a sets a Document variable by the case-insensitive name. null values are not allowed as a right hand side of the assignment and will be replaced by empty string in C++.... auto doc = System :: MakeObject < Aspose...VariableCollection > variables = doc -> get_Variables (); // Every...
TextColumnCollection.count property. Gets the number of columns in the section of a Document.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); let columns = builder . pageSetup...
Aspose::Words::Saving::MarkdownSaveOptions::get_ListExportMode method. Specifies how list items will be written to the output file. Default value is MarkdownSyntax in C++.... auto doc = System :: MakeObject < Aspose...set_ListExportMode ( markdownListExportMo ); doc -> Save ( get_ArtifactsDir ()...
Aspose::Words::BorderCollection::get_Horizontal method. Gets the horizontal border that is used between cells or conforming paragraphs in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); // Create a red horizontal...