Sort Score
Result 10 results
Languages All
Labels All
Results 1,381 - 1,390 of 4,242 for

paragraph builder

(0.14 sec)
  1. FieldSymbol.dont_affects_line_spacing property ...

    FieldSymbol.dont_affects_line_spacing property. Gets or sets whether the character retrieved by the field affects the line spacing of the Paragraph....affects the line spacing of the paragraph. @property def dont_affects_line_spacing...field. doc = aw . Document () builder = aw . DocumentBuilder ( doc...

    reference.aspose.com/words/python-net/aspose.wo...
  2. 请我如何给msword的每一页设置不同的页面(纸张方向) - Free Support For...

    我使用bulid进行了文档的嵌入 NodeCollection runs = mainDoc.getChildNodes(NodeType.Paragraph, true); //获取所有节点 int dell = 0 ; for (int i = 0; i < runs.getCount(); i++) { Paragraph r = (Paragraph) runs.get(i); String text = r.…...PARAGRAPH, true); //获取所有节点 int dell...getCount(); i++) { Paragraph r = (Paragraph) runs.get(i); String...

    forum.aspose.com/t/msword/310489
  3. StructuredDocumentTag | Aspose.Words for Java

    Represents a structured document tag SDT or content control in a document in Java....places: Block-level - Among paragraphs and tables, as a child of...content inside, as a child of a Paragraph . Nested inside another StructuredDocumentTa...

    reference.aspose.com/words/java/com.aspose.word...
  4. FindReplaceOptions Class | Aspose.Words for .NET

    Discover the Aspose.Words.FindReplaceOptions class for advanced find and replace features, enhancing document editing with precision and flexibility....ApplyParagraphFormat { get; } Paragraph formatting applied to new...it is allowed to replace paragraph break when there is no next...

    reference.aspose.com/words/net/aspose.words.rep...
  5. FieldNoteRef | Aspose.Words for Java

    Implements the NOTEREF field in Java....DocumentBuilder builder = new DocumentBuilder(doc); builder.write("CrossReference:...FieldNoteRef field = (FieldNoteRef)builder.insertField(FieldType.FIELD_NOTE_REF...

    reference.aspose.com/words/java/com.aspose.word...
  6. NodeCollection.Contains | Aspose.Words for .NET

    Discover how the NodeCollection Contains method efficiently checks if a node exists in your collection, enhancing your data management capabilities....Document (); DocumentBuilder builder = new DocumentBuilder ( doc...DocumentBuilder. builder . Write ( "Run 1. " ); builder . Write ( "Run...

    reference.aspose.com/words/net/aspose.words/nod...
  7. FieldAutoText.EntryName | Aspose.Words for .NET

    Discover the FieldAutoText EntryName property to easily manage AutoText entry names, enhancing your document automation and efficiency.... Paragraph ; doc . GlossaryDocument ...brochure.dotx" }; DocumentBuilder builder = new DocumentBuilder ( doc...

    reference.aspose.com/words/net/aspose.words.fie...
  8. FieldGlossary.EntryName | Aspose.Words for .NET

    Discover the FieldGlossary EntryName property to easily manage glossary entries—get or set names for seamless content integration.... Paragraph ; doc . GlossaryDocument ...brochure.dotx" }; DocumentBuilder builder = new DocumentBuilder ( doc...

    reference.aspose.com/words/net/aspose.words.fie...
  9. Navigation with Cursor in C++|Aspose.Words for C++

    Navigate between different nodes within a document, such as a Paragraph, bookmark, or a specific character using C++....get the currently selected paragraph or the currently selected...CurrentNode . When the current paragraph is empty or the cursor is...

    docs.aspose.com/words/cpp/navigation-with-cursor/
  10. Aspose::Words::Lists::ListLevel::get_Font metho...

    Aspose::Words::Lists::ListLevel::get_Font method. Specifies character formatting used for the list label in C++....custom list formatting to paragraphs when using DocumentBuilder...organize and decorate sets of paragraphs with prefix symbols and indents...

    reference.aspose.com/words/cpp/aspose.words.lis...