Sort Score
Result 10 results
Languages All
Labels All
Results 1,641 - 1,650 of 4,243 for

paragraph builder

(0.07 sec)
  1. SubDocument | Aspose.Words for Java

    Represents a SubDocument - which is a reference to an externally stored document in Java....SubDocument can only be a child of Paragraph . Examples: Shows how to access...indentAndAppendLine("[Body start] Paragraphs: " + paragraphCount); mDocTraversalDepth++;...

    reference.aspose.com/words/java/com.aspose.word...
  2. Section | Aspose.Words for Java

    Represents a single section in a document in Java....needs to have Body with one Paragraph . Each section has its own...section, one body and one paragraph. // Call the "RemoveAllChildren"...

    reference.aspose.com/words/java/com.aspose.word...
  3. SectionCollection | Aspose.Words for Java

    A collection of Section objects in the document in Java....DocumentBuilder builder = new DocumentBuilder(doc); builder.write("Section...write("Section 1"); builder.insertBreak(BreakType.SECTION_BREAK_NEW_PAGE);...

    reference.aspose.com/words/java/com.aspose.word...
  4. FieldEnd | Aspose.Words for Java

    Represents an end of a Word field in a document in Java....FieldEnd can only be a child of Paragraph . A complete field in a Microsoft...DocumentBuilder builder = new DocumentBuilder(doc); builder.insertField("...

    reference.aspose.com/words/java/com.aspose.word...
  5. FieldNext Class | Aspose.Words for .NET

    Discover the Aspose.Words.Fields.FieldNext class to efficiently manage NEXT fields in your documents. Enhance your document automation today!...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...
  6. Aspose::Words::Markup::StructuredDocumentTag::g...

    Aspose::Words::Markup::StructuredDocumentTag::get_Multiline method. Specifies whether this SDT allows multiple lines of text in C++....SdtAppearance :: Tags ); auto builder = System :: MakeObject < Aspose...DocumentBuilder > ( doc ); builder -> InsertNode ( tag ); // Insert...

    reference.aspose.com/words/cpp/aspose.words.mar...
  7. Document | Aspose.Words for Java

    Represents a Word document in Java....DocumentBuilder builder = new DocumentBuilder(doc); builder.insertField("...CustomerName "); builder.insertParagraph(); builder.insertField("...

    reference.aspose.com/words/java/com.aspose.word...
  8. TxtSaveOptionsBase | Aspose.Words for Java

    The base class for specifying additional options when saving a document into a text based formats in Java....txt document with a custom paragraph break. Document doc = new...DocumentBuilder builder = new DocumentBuilder(doc); builder.writeln("Paragraph...

    reference.aspose.com/words/java/com.aspose.word...
  9. Aspose::Words::Fields::FieldSectionPages class ...

    Aspose::Words::Fields::FieldSectionPages class. Implements the SECTIONPAGES 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...
  10. FieldMacroButton class | Aspose.Words for Python

    aspose.words.fields.FieldMacroButton class. Implements the MACROBUTTON field...node, returns its parent paragraph. If the field is already removed...= MY_DIR + 'Macro.docm' ) builder = aw . DocumentBuilder ( doc...

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