Sort Score
Result 10 results
Languages All
Labels All
Results 1,101 - 1,110 of 4,545 for

paragraph builder

(0.05 sec)
  1. Aspose::Words::Tables::Table::get_RelativeVerti...

    Aspose::Words::Tables::Table::get_RelativeVerticalAlignment method. Gets or sets floating table relative vertical alignment in C++....Words :: Document > (); auto builder = System :: MakeObject < Aspose...Table > table = builder -> StartTable (); builder -> InsertCell...

    reference.aspose.com/words/cpp/aspose.words.tab...
  2. Setting a table font issue - Free Support Forum...

    I found that if I just did: Table table1 = Builder.StartTable(); Builder.InsertCell().CellFormat.Borders.LineStyle = LineStyle.None; //table1.Style = document.Styles["tableStyle"]; Builder.InsertParagraph(); b…...Table table1 = builder.StartTable(); builder.InsertCell().CellFormat...Styles["tableStyle"]; builder.InsertParagraph(); builder.CellFormat.PreferredWidth...

    forum.aspose.com/t/setting-a-table-font-issue/3...
  3. FindReplaceOptions.IgnoreInserted | Aspose.Word...

    Discover the FindReplaceOptions IgnoreInserted property, control text handling in insert revisions with this simple boolean setting. Default is false....DocumentBuilder builder = new DocumentBuilder ( doc ); builder . Writeln...revisions and insert a paragraph. That paragraph will be an insert...

    reference.aspose.com/words/net/aspose.words.rep...
  4. FindReplaceOptions.ignore_deleted property | As...

    FindReplaceOptions.ignore_deleted property. Gets or sets a boolean value indicating either to ignore text inside delete revisions...Document () builder = aw . DocumentBuilder ( doc ) builder . writeln...writeln ( 'Hello world!' ) builder . writeln ( 'Hello again!' ) #...

    reference.aspose.com/words/python-net/aspose.wo...
  5. Shading.ForegroundPatternColor | Aspose.Words f...

    Discover the Shading ForegroundPatternColor property to customize your Shading object's foreground color for enhanced design and visual appeal....Document (); DocumentBuilder builder = new DocumentBuilder ( doc...BorderCollection borders = builder . ParagraphFormat . Borders...

    reference.aspose.com/words/net/aspose.words/sha...
  6. 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...
  7. HtmlSaveOptions.navigationMapLevel property | A...

    HtmlSaveOptions.navigationMapLevel property. Specifies the maximum level of headings populated to the navigation map when exporting to EPUB, MOBI, or AZW3 formats...of headings are populated: paragraphs of styles Heading 1 , Heading...new aw . Document (); let builder = new aw . DocumentBuilder...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. ListTemplate enumeration | Aspose.Words for Nod...

    Aspose.Words.Lists.ListTemplate enumeration. Specifies one of the predefined list formats available in Microsoft Word.... Document (); let builder = new aw . DocumentBuilder...DocumentBuilder ( doc ); expect ( builder . listFormat . isListItem ). toEqual...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. EditableRangeStart | Aspose.Words for Java

    Represents a start of an editable range in a Word document in Java....inline-level, that is inside Paragraph , but editable range start...range end can be in different paragraphs. Examples: Shows how to limit...

    reference.aspose.com/words/java/com.aspose.word...
  10. EditableRangeEnd | Aspose.Words for Java

    Represents an end of an editable range in a Word document in Java....inline-level, that is inside Paragraph , but editable range start...range end can be in different paragraphs. Examples: Shows how to limit...

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