Sort Score
Result 10 results
Languages All
Labels All
Results 1,791 - 1,800 of 4,591 for

paragraph builder

(0.07 sec)
  1. Add Text to PDF using C++|Aspose.PDF for C++

    Learn how to insert text into PDF documents in C++ using Aspose.PDF for content customization....inputFileName ); // Create text builder object for first page of document...get_Pages () -> Add (); auto builder = MakeObject < TextBuilder...

    docs.aspose.com/pdf/cpp/add-text-to-pdf-file/
  2. Word and PDF mismatch v2 - Free Support Forum -...

    Hello, Back in May i reported issue with Word vs PDF mismatch while merging columns and using page break before Paragraph setting. It was under link Word and Pdf mismatch. It was fixed, but it appears that while extendi…...and using page break before paragraph setting. It was under link...extending this case with more paragraph settings it is still reproducible...

    forum.aspose.com/t/word-and-pdf-mismatch-v2/272282
  3. Aspose.Words DOM|Aspose.Words for Python via .NET

    Document Object Model (DOM) is an in-memory representation of a Word document. Read, manipulate, and modify the content and formatting of a Word document using Python.... Every run of a text, paragraph, table, or a section is a... for example, Section or Paragraph , derive from the CompositeNode...

    docs.aspose.com/words/python-net/aspose-words-d...
  4. Node | Aspose.Words for Java

    Base class for all nodes of a Word document in Java....section body can contain Paragraph and Table nodes. // If the...Document doc = new Document(); Paragraph para = doc.getFirstSection()...

    reference.aspose.com/words/java/com.aspose.word...
  5. TextWrapping | Aspose.Words for Java

    Specifies how text is wrapped around the table in Java....Document(); DocumentBuilder builder = new DocumentBuilder(doc);...table = builder.startTable(); builder.insertCell(); builder.write("Cell...

    reference.aspose.com/words/java/com.aspose.word...
  6. FieldHyperlink class | Aspose.Words for Python

    aspose.words.fields.FieldHyperlink class. Implements the HYPERLINK field To learn more, visit the [Working with Fields](https://docs.aspose.com/words/python-net/working-with-fields/) documentation article....node, returns its parent paragraph. If the field is already removed...system. doc = aw . Document () builder = aw . DocumentBuilder ( doc...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Revision class | Aspose.Words for Python

    aspose.words.Revision class. Represents a revision (tracked change) in a document node or style... Document () builder = aw . DocumentBuilder ( doc...does not count as a revision. builder . write ( 'This does not count...

    reference.aspose.com/words/python-net/aspose.wo...
  8. RevisionCollection Class | Aspose.Words for .NET

    Discover the Aspose.Words.RevisionCollection class—efficiently manage document revisions with a powerful collection of Revision objects for seamless editing....Document (); DocumentBuilder builder = new DocumentBuilder ( doc...does not count as a revision. builder . Write ( "This does not count...

    reference.aspose.com/words/net/aspose.words/rev...
  9. Aspose::Words::Revision class | Aspose.Words fo...

    Aspose::Words::Revision class. Represents a revision (tracked change) in a document node or style. Use RevisionType to check the type of this revision. To learn more, visit the documentation article in C++....Words :: Document > (); auto builder = System :: MakeObject < Aspose...does not count as a revision. builder -> Write ( u "This does not...

    reference.aspose.com/words/cpp/aspose.words/rev...
  10. Python and .NET Version Differences|Aspose.Word...

    Aspose.Words for Python via .NET is a wrapper of Aspose.Words for .NET, this page describes the differences in features and API of these two products....in C# code you would use (Paragraph)node for casting, in Python...Python you have to use node.as_paragraph() method. In the Python version...

    docs.aspose.com/words/python-net/python-notes/