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

paragraph builder

(0.11 sec)
  1. Aspose::Words::Fields::Field class | Aspose.Wor...

    Aspose::Words::Fields::Field class. Represents a Microsoft Word document field. To learn more, visit the documentation article in C++....node, returns its parent paragraph. If the field is already removed...content and span multiple paragraphs or sections in a document...

    reference.aspose.com/words/cpp/aspose.words.fie...
  2. XpsSaveOptions.outline_options property | Aspos...

    XpsSaveOptions.outline_options property. Allows to specify outline options.... Document () builder = aw . DocumentBuilder ( doc...levels 1, 2, and then 3. builder . paragraph_format . style_identifier...

    reference.aspose.com/words/python-net/aspose.wo...
  3. FieldBuilder.add_argument method | Aspose.Words...

    aspose.words.fields.FieldBuilder.add_argument method...construct fields using a field builder, and then insert them into...field builder. # 1 - Single field: # Use a field builder to add...

    reference.aspose.com/words/python-net/aspose.wo...
  4. PageSetup.page_starting_number property | Aspos...

    PageSetup.page_starting_number property. Gets or sets the starting page number of the section....Document () builder = aw . DocumentBuilder ( doc = doc ) builder . writeln...writeln ( 'Section 1, page 1.' ) builder . insert_break ( aw . BreakType...

    reference.aspose.com/words/python-net/aspose.wo...
  5. 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...
  6. ConditionalStyleCollection.odd_row_banding prop...

    ConditionalStyleCollection.odd_row_banding property. Gets the odd row banding style....() builder = aw . DocumentBuilder ( doc ) table = builder . start_table...start_table () builder . insert_cell () builder . write ( 'Cell...

    reference.aspose.com/words/python-net/aspose.wo...
  7. ConditionalStyleCollection.odd_column_banding p...

    ConditionalStyleCollection.odd_column_banding property. Gets the odd column banding style....() builder = aw . DocumentBuilder ( doc ) table = builder . start_table...start_table () builder . insert_cell () builder . write ( 'Cell...

    reference.aspose.com/words/python-net/aspose.wo...
  8. ConditionalStyleCollection.last_row property | ...

    ConditionalStyleCollection.last_row property. Gets the last row style....() builder = aw . DocumentBuilder ( doc ) table = builder . start_table...start_table () builder . insert_cell () builder . write ( 'Cell...

    reference.aspose.com/words/python-net/aspose.wo...
  9. ConditionalStyleCollection.bottom_right_cell pr...

    ConditionalStyleCollection.bottom_right_cell property. Gets the bottom right cell style....() builder = aw . DocumentBuilder ( doc ) table = builder . start_table...start_table () builder . insert_cell () builder . write ( 'Cell...

    reference.aspose.com/words/python-net/aspose.wo...
  10. The type initializer for 'SkiaSharp.SKObject' t...

    I am facing the following error while using Aspose.Words for .NET and Aspose.Cells for .NET (latest versions of both). The issue happens only when web app is deployed Linux based environment. I am using Docker to deploy …...Document(); DocumentBuilder builder = new DocumentBuilder(translatedDocument);...tedDocument); // Specify paragraph formatting ParagraphFormat...

    forum.aspose.com/t/the-type-initializer-for-ski...