Sort Score
Result 10 results
Languages All
Labels All
Results 441 - 450 of 4,608 for

paragraph builder

(0.19 sec)
  1. Make DOCX Using C++

    Make a new DOCX in C++ in a few steps. Easily create DOCX using C++ library....technically supposed to contain one paragraph, so when you programmatically...MakeObject <Document>(); auto builder = MakeObject <DocumentBuilder>(doc);...

    products.aspose.com/words/cpp/make/docx/
  2. Aspose::Words::BorderCollection::GetEnumerator ...

    Aspose::Words::BorderCollection::GetEnumerator method. Returns an enumerator object that can be used to iterate over all borders in the collection in C++....edit all of the borders in a paragraph format object. auto doc =...Words :: Document > (); auto builder = System :: MakeObject < Aspose...

    reference.aspose.com/words/cpp/aspose.words/bor...
  3. LayoutCollector.GetEntity | Aspose.Words for .NET

    Discover the LayoutCollector GetEntity method, effortlessly retrieve the LayoutEnumerator's position for seamless document navigation and enhanced productivity....This method works for only Paragraph nodes, as well as indivisible...returned for a Paragraph node is a paragraph break span. Use...

    reference.aspose.com/words/net/aspose.words.lay...
  4. Range.replace method | Aspose.Words for Python

    aspose.words.Range.replace method...to work with breaks: &p - paragraph break &b - section break &m...to work with breaks: &p - paragraph break &b - section break &m...

    reference.aspose.com/words/python-net/aspose.wo...
  5. ViewOptions.DoNotDisplayPageBoundaries | Aspose...

    Discover how the ViewOptions DoNotDisplayPageBoundaries property enhances your layout by eliminating top margin space for a cleaner, more professional look....Document (); DocumentBuilder builder = new DocumentBuilder ( doc...pages. builder . Writeln ( "Paragraph 1, Page 1." ); builder . InsertBreak...

    reference.aspose.com/words/net/aspose.words.set...
  6. InlineStory Class | Aspose.Words for .NET

    Discover Aspose.Words.InlineStory class, the essential base for inline nodes, enabling seamless integration of Paragraphs and tables in your documents....inline-level nodes that can contain paragraphs and tables. To learn more...FirstParagraph { get; } Gets the first paragraph in the story. Font { get;...

    reference.aspose.com/words/net/aspose.words/inl...
  7. Aspose::Words::CompositeNode::GetText method | ...

    Aspose::Words::CompositeNode::GetText method. Gets the text of this node and of all its children in C++....Words :: Document > (); auto builder = System :: MakeObject < Aspose...DocumentBuilder > ( doc ); builder -> InsertField ( u "MERGEFIELD...

    reference.aspose.com/words/cpp/aspose.words/com...
  8. FieldRef | Aspose.Words for Java

    Implements the REF field in Java....Document(); DocumentBuilder builder = new DocumentBuilder(doc);...FieldSet fieldSet = (FieldSet) builder.insertField(FieldType.FIELD_SET...

    reference.aspose.com/words/java/com.aspose.word...
  9. InlineStory.story_type property | Aspose.Words ...

    InlineStory.story_type property. Returns the type of the story.... Document () builder = aw . DocumentBuilder ( doc...doc = doc ) footnote = builder . insert_footnote ( footnote_type...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Aspose::Words::PaperSize enum | Aspose.Words fo...

    Aspose::Words::PaperSize enum. Specifies paper size in C++....Words :: Document > (); auto builder = System :: MakeObject < Aspose...DocumentBuilder > ( doc ); builder -> get_PageSetup () -> set_PaperSize...

    reference.aspose.com/words/cpp/aspose.words/pap...