Sort Score
Result 10 results
Languages All
Labels All
Results 1,271 - 1,280 of 4,242 for

paragraph builder

(0.11 sec)
  1. DocumentBuilder.insert_structured_document_tag ...

    DocumentBuilder.insert_structured_document_tag method. Inserts a [StructuredDocumentTag](../../../aspose.words.markup/structureddocumenttag/) into the document....docx' ) builder = aw . DocumentBuilder ( doc = doc ) builder . move_to.... first_section . body . paragraphs [ 3 ]) # Note, that only...

    reference.aspose.com/words/python-net/aspose.wo...
  2. Aspose::Words::Story::DeleteShapes method | Asp...

    Aspose::Words::Story::DeleteShapes method. Deletes all shapes from the text of this story in C++....Words :: Document > (); auto builder = System :: MakeObject < Aspose...shape, // which has a parent Paragraph, which is a child node of...

    reference.aspose.com/words/cpp/aspose.words/sto...
  3. LayoutEnumerator.Current | Aspose.Words for .NET

    Discover the LayoutEnumerator Current property to easily access and modify the current position in your page layout model for enhanced design flexibility....DocumentBuilder builder = new DocumentBuilder ( doc ); builder . Write...Write ( "Section 1" ); builder . InsertBreak ( BreakType . PageBreak...

    reference.aspose.com/words/net/aspose.words.lay...
  4. LayoutCollector.Clear | Aspose.Words for .NET

    Efficiently clear all collected layout data with the LayoutCollector Clear method. Ideal for post-update document management and layout rebuilding....DocumentBuilder builder = new DocumentBuilder ( doc ); builder . Write...Write ( "Section 1" ); builder . InsertBreak ( BreakType . PageBreak...

    reference.aspose.com/words/net/aspose.words.lay...
  5. LayoutOptions | Aspose.Words for Java

    Holds the options that allow controlling the document layout process in Java....Document(); DocumentBuilder builder = new DocumentBuilder(doc);...document. builder.writeln("This text is not hidden."); builder.getFont()...

    reference.aspose.com/words/java/com.aspose.word...
  6. ParagraphFormat.isHeading property | Aspose.Wor...

    ParagraphFormat.isHeading property. True when the Paragraph style is one of the built-in Heading styles....isHeading property True when the paragraph style is one of the built-in...new aw . Document (); let builder = new aw . DocumentBuilder...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. Aspose::Words::NodeCollection::Remove method | ...

    Aspose::Words::NodeCollection::Remove method. Removes the node from the collection and from the document in C++....Words :: Document > (); auto builder = System :: MakeObject < Aspose...DocumentBuilder. builder -> Write ( u "Run 1. " ); builder -> Write (...

    reference.aspose.com/words/cpp/aspose.words/nod...
  8. Using DocumentBuilder to Modify a Document Easi...

    Use the document Builder to modify a document easily in C++.... Paragraph Formatting Current paragraph formatting...object encapsulates various paragraph formatting properties available...

    docs.aspose.com/words/cpp/using-documentbuilder...
  9. HtmlSaveOptions.export_toc_page_numbers propert...

    HtmlSaveOptions.export_toc_page_numbers property. Specifies whether to write page numbers to table of contents when saving HTML, MHTML and EPUB... Document () builder = aw . DocumentBuilder ( doc...populate the document with paragraphs formatted using a "Heading"...

    reference.aspose.com/words/python-net/aspose.wo...
  10. HtmlSaveOptions.ExportTocPageNumbers | Aspose.W...

    Control TOC page numbers in HTML, MHTML, and EPUB exports with HtmlSaveOptions. Enhance navigation and user experience effortlessly!...Document (); DocumentBuilder builder = new DocumentBuilder ( doc...populate the document with paragraphs formatted using a "Heading"...

    reference.aspose.com/words/net/aspose.words.sav...