Sort Score
Result 10 results
Languages All
Labels All
Results 2,351 - 2,360 of 4,606 for

paragraph builder

(0.24 sec)
  1. MarkdownSaveOptions.EmptyParagraphExportMode | ...

    Configure empty Paragraph export in Markdown with Aspose.Words. Set EmptyParagraphExportMode for optimal document conversion....Specifies how to export empty paragraphs to Markdown. Default value...Shows how to export empty paragraphs. Document doc = new Document...

    reference.aspose.com/words/net/aspose.words.sav...
  2. Aspose::Words::Properties::BuiltInDocumentPrope...

    Aspose::Words::Properties::BuiltInDocumentProperties::get_Lines method. Represents an estimate of the number of lines in the document in C++....Words :: Document > (); auto builder = System :: MakeObject < Aspose...DocumentBuilder > ( doc ); builder -> Writeln ( System :: String...

    reference.aspose.com/words/cpp/aspose.words.pro...
  3. Document.StartTrackRevisions | Aspose.Words for...

    Effortlessly track document changes with the StartTrackRevisions method. Automatically mark all edits as revisions for seamless collaboration and clarity....Document (); DocumentBuilder builder = new DocumentBuilder ( doc...until we begin tracking them. builder . Write ( "Hello world! " );...

    reference.aspose.com/words/net/aspose.words/doc...
  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. Drop Shadow – SVG Filters – Aspose.SVG for .NET

    Learn how to write SVG code and create a drop shadow effect using Aspose.SVG for .NET API and apply the drop shadow effect to SVG shapes and text....Effect Using SVG Builder API Aspose.SVG Builder API is designed...in the previous paragraph) using SVG Builder API . This code...

    docs.aspose.com/svg/net/drop-shadow/
  6. Document.ExpandTableStylesToDirectFormatting | ...

    Transform table styles into direct formatting with the ExpandTableStylesToDirectFormatting method, enhancing your document's appearance effortlessly....formatting of tables, cells, paragraphs or text. This version of...Document (); DocumentBuilder builder = new DocumentBuilder ( doc...

    reference.aspose.com/words/net/aspose.words/doc...
  7. TxtExportHeadersFootersMode enumeration | Aspos...

    aspose.words.saving.TxtExportHeadersFootersMode enumeration. Specifies the way headers and footers are exported to plain text format.... append_paragraph ( 'Even header' ) doc . first_section.... FOOTER_EVEN ) . append_paragraph ( 'Even footer' ) doc . first_section...

    reference.aspose.com/words/python-net/aspose.wo...
  8. FieldMacroButton | Aspose.Words for Java

    Implements the MACROBUTTON field in Java....docm"); DocumentBuilder builder = new DocumentBuilder(doc);...field = (FieldMacroButton) builder.insertField(FieldType.FIELD_MACRO_BUTTON...

    reference.aspose.com/words/java/com.aspose.word...
  9. MarkupLevel enumeration | Aspose.Words for Python

    aspose.words.markup.MarkupLevel enumeration. Specifies the level in the document tree where a particular [StructuredDocumentTag](../structureddocumenttag/) can occur.... among tables and paragraphs). ROW The element occurs...elements. doc = aw . Document () builder = aw . DocumentBuilder ( doc...

    reference.aspose.com/words/python-net/aspose.wo...
  10. BookmarkCollection.count property | Aspose.Word...

    BookmarkCollection.count property. Returns the number of bookmarks in the collection.... Document () builder = aw . DocumentBuilder ( doc...( i ) builder . start_bookmark ( bookmark_name ) builder . write...

    reference.aspose.com/words/python-net/aspose.wo...