Sort Score
Result 10 results
Languages All
Labels All
Results 2,431 - 2,440 of 4,610 for

paragraph builder

(0.08 sec)
  1. Continuous Section Break Not Functioning Proper...

    Hi Team, I am working on merging multiple Word documents. I have set the section start to Aspose.Words.SectionStart.Continuous, but the sections are still not appearing as continuous. Could you please help me resolve …...DocumentBuilder builder = new Aspose.Words.DocumentBuilder(doc);...Remove(); } builder.MoveToDocumentStart(); builder.MoveToDocumentEnd();...

    forum.aspose.com/t/continuous-section-break-not...
  2. FieldMacroButton.macro_name property | Aspose.W...

    FieldMacroButton.macro_name property. Gets or sets the name of the macro or command to run....docm' ) builder = aw . DocumentBuilder ( doc...MacroName property. field = builder . insert_field ( field_type...

    reference.aspose.com/words/python-net/aspose.wo...
  3. FieldSkipIf | Aspose.Words for Java

    Implements the SKIPIF field in Java....Document(); DocumentBuilder builder = new DocumentBuilder(doc);...fieldSkipIf = (FieldSkipIf) builder.insertField(FieldType.FIELD_SKIP_IF...

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

    Specifies shading texture in Java....Document(); DocumentBuilder builder = new DocumentBuilder(doc);...BorderCollection borders = builder.getParagraphFormat().getBorders();...

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

    Implements the MERGEFIELD field in Java....Document(); DocumentBuilder builder = new DocumentBuilder(doc);...fieldMergeField = (FieldMergeField) builder.insertField(FieldType.FIELD_MERGE_FIELD...

    reference.aspose.com/words/java/com.aspose.word...
  6. FieldAutoTextList | Aspose.Words for Java

    Implements the AUTOTEXTLIST field in Java....AutoText 3"); DocumentBuilder builder = new DocumentBuilder(doc);...field = (FieldAutoTextList) builder.insertField(FieldType.FIELD_AUTO_TEXT_LIST...

    reference.aspose.com/words/java/com.aspose.word...
  7. Aspose::Words::StyleIdentifier enum | Aspose.Wo...

    Aspose::Words::StyleIdentifier enum. Locale independent style identifier in C++....DefaultParagraphFont 65 The Default Paragraph Font style. Emphasis 88 EndnoteReference...Words :: Document > (); auto builder = System :: MakeObject < Aspose...

    reference.aspose.com/words/cpp/aspose.words/sty...
  8. StructuredDocumentTag.style property | Aspose.W...

    StructuredDocumentTag.style property. Gets or sets the Style of the structured document tag....PARAGRAPH style with linked character...elements. doc = aw . Document () builder = aw . DocumentBuilder ( doc...

    reference.aspose.com/words/python-net/aspose.wo...
  9. Aspose::Words::Properties::BuiltInDocumentPrope...

    Aspose::Words::Properties::BuiltInDocumentProperties::get_Paragraphs method. Represents an estimate of the number of Paragraphs in the document in C++....uiltInDocumentPrope::get_Paragraphs method Contents [ Hide ]...BuiltInDocumentPrope::get_Paragraphs method Represents an estimate...

    reference.aspose.com/words/cpp/aspose.words.pro...
  10. FieldSaveDate | Aspose.Words for Java

    Implements the SAVEDATE field in Java....DocumentBuilder builder = new DocumentBuilder(doc); builder.moveToDocumentEnd();...moveToDocumentEnd(); builder.writeln(" Date this document was last saved:");...

    reference.aspose.com/words/java/com.aspose.word...