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

paragraph builder

(0.09 sec)
  1. 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/
  2. Aspose::Words::Fields::FieldInfo class | Aspose...

    Aspose::Words::Fields::FieldInfo class. Implements the INFO field. To learn more, visit the documentation article in C++....node, returns its parent paragraph. If the field is already removed...Words :: Document > (); auto builder = System :: MakeObject < Aspose...

    reference.aspose.com/words/cpp/aspose.words.fie...
  3. ThemeFont Enum | Aspose.Words for .NET

    Discover Aspose.Words ThemeFont enum to easily manage document theme fonts and enhance your documents' visual appeal with tailored styles....DocumentBuilder builder = new DocumentBuilder ( doc ); builder . Writeln...Styles . Add ( StyleType . Paragraph , "ThemedStyle" ); style ...

    reference.aspose.com/words/net/aspose.words.the...
  4. FieldFillIn Class | Aspose.Words for .NET

    Discover the Aspose.Words.Fields.FieldFillIn class to easily implement FILLIN fields, enhancing your document automation and user interactivity....node, returns its parent paragraph. If the field is already removed...Document (); DocumentBuilder builder = new DocumentBuilder ( doc...

    reference.aspose.com/words/net/aspose.words.fie...
  5. FieldPrivate Class | Aspose.Words for .NET

    Discover the Aspose.Words.Fields.FieldPrivate class for seamless integration of PRIVATE fields, enhancing document automation and customization....node, returns its parent paragraph. If the field is already removed...using a document builder. DocumentBuilder builder = new DocumentBuilder...

    reference.aspose.com/words/net/aspose.words.fie...
  6. Aspose.Words Document Object Model (DOM) in C++...

    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 C++.... Every run of a text, paragraph, table, or section is a node... for example, Section or Paragraph , derive from the CompositeNode...

    docs.aspose.com/words/cpp/aspose-words-document...
  7. Revision | Aspose.Words for Java

    Represents a revision tracked change in a document node or style in Java....Document(); DocumentBuilder builder = new DocumentBuilder(doc);...does not count as a revision. builder.write("This does not count...

    reference.aspose.com/words/java/com.aspose.word...
  8. Translate Markdown to DOM|Aspose.Words for Java

    Tarnslate a Markdown document to Document Object Model and back. So you can work with complex existing Markdown and programmatically create a Markdown document from scratch using Java....nested features, we also use paragraph styles with a name that starts...formatting in either list style or paragraph formatting. Inline Blocks...

    docs.aspose.com/words/java/translate-markdown-t...
  9. FieldSet Class | Aspose.Words for .NET

    Discover the Aspose.Words.Fields.FieldSet class, designed to efficiently implement the SET field for enhanced document processing and automation....node, returns its parent paragraph. If the field is already removed...Document (); DocumentBuilder builder = new DocumentBuilder ( doc...

    reference.aspose.com/words/net/aspose.words.fie...
  10. FieldAutoTextList class | Aspose.Words for Python

    aspose.words.fields.FieldAutoTextList class. Implements the AUTOTEXTLIST field...node, returns its parent paragraph. If the field is already removed...'Contents of AutoText 3' ) builder = aw . DocumentBuilder ( doc...

    reference.aspose.com/words/python-net/aspose.wo...