Sort Score
Result 10 results
Languages All
Labels All
Results 2,321 - 2,330 of 4,637 for

paragraph builder

(0.18 sec)
  1. FieldBarcode | Aspose.Words for Java

    Implements the BARCODE field in Java....DocumentBuilder builder = new DocumentBuilder(doc); builder.writeln();...FieldBarcode field = (FieldBarcode) builder.insertField(FieldType.FIELD_BARCODE...

    reference.aspose.com/words/java/com.aspose.word...
  2. StyleIdentifier enumeration | Aspose.Words for ...

    aspose.words.StyleIdentifier enumeration. Locale independent style identifier.... DEFAULT_PARAGRAPH_FONT The Default Paragraph Font style....LIST_NUMBER4 LIST_NUMBER5 LIST_PARAGRAPH NO_SPACING NORMAL The Normal...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Style.BaseStyleName | Aspose.Words for .NET

    Discover how to customize the BaseStyleName property to enhance your design. Easily get or set the style name for improved visual appeal!...DocumentBuilder builder = new DocumentBuilder ( doc ); builder . MoveToDocumentEnd...MoveToDocumentEnd (); builder . ParagraphFormat . Style = doc . Styles...

    reference.aspose.com/words/net/aspose.words/sty...
  4. Გააკეთეთ WORD Python Ის Გამოყენებით

    შექმენით ახალი WORD Python ში რამდენიმე ნაბიჯით. მარტივად შექმენით WORD Python via .NET ბიბლიოთეკის გამოყენებით....Document() builder = aw.DocumentBuilder(doc) font = builder.font font...highlight_color = drawing.Color.yellow builder.write( "Morbi enim nunc faucibus...

    products.aspose.com/words/ka/python-net/make/word/
  5. XpsSaveOptions | Aspose.Words for .NET

    Discover the XpsSaveOptions constructor to effortlessly create instances for saving documents in the XPS format, enhancing your document management efficiency....Document (); DocumentBuilder builder = new DocumentBuilder ( doc...of levels 1, 2, and then 3. builder . ParagraphFormat . StyleIdentifier...

    reference.aspose.com/words/net/aspose.words.sav...
  6. OutlineOptions.create_missing_outline_levels pr...

    OutlineOptions.create_missing_outline_levels property. Gets or sets a value determining whether or not to create missing outline levels when the document is exported.... Document () builder = aw . DocumentBuilder ( doc...entries of levels 1 and 5. builder . paragraph_format . style_identifier...

    reference.aspose.com/words/python-net/aspose.wo...
  7. StyleIdentifier enumeration | Aspose.Words for ...

    Aspose.Words.StyleIdentifier enumeration. Locale independent style identifier....DefaultParagraphFont The Default Paragraph Font style. Emphasis EndnoteReference...new aw . Document (); let builder = new aw . DocumentBuilder...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. Comment.date_time_utc property | Aspose.Words f...

    Comment.date_time_utc property. Gets the UTC date and time that the comment was made.... Document () builder = aw . DocumentBuilder ( doc...'My comment.' ) builder . current_paragraph . append_child (...

    reference.aspose.com/words/python-net/aspose.wo...
  9. Word Field Evaluation Not Working - REF and IF ...

    We’re migrating from JIntegra DCOM to Aspose.Words(JAVA) and encountering a critical issue with Word field processing. Current Behavior: • Using mainBuilder.insertDocument(_transientDocument, ImportFormatMode.KEEP_SOUR…...DocumentBuilder builder = new DocumentBuilder(target); builder.moveTo(insertLocation);...Node where you want to paste builder.insertDocument(source, ImportFormatMode...

    forum.aspose.com/t/word-field-evaluation-not-wo...
  10. Word 有序列表、嵌套列表解析失效 - Free Support Forum - aspos...

    当前使用版本 Aspose.Words for Java 23.10 ,使用时发现三个列表解析问题: 1、无法解析成嵌套列表 2、无法解析成嵌套列表,而且缩进变成了   空格符代替 3、不同序号类型无法解析成序号,全部是p 标签 参考附件: xuhao.docx (12.1 KB)...Document(); DocumentBuilder builder = new DocumentBuilder(doc);...items to the list builder.writeln("Item 1"); builder.ListFormat.a...

    forum.aspose.com/t/word/315453