Sort Score
Result 10 results
Languages All
Labels All
Results 721 - 730 of 4,276 for

paragraph builder

(0.07 sec)
  1. Make DOC Using Python

    Make a new DOC in Python in a few steps. Easily create DOC using Python via .NET library....technically supposed to contain one paragraph, so when you programmatically...Document() builder = aw.DocumentBuilder(doc) font = builder.font font...

    products.aspose.com/words/python-net/make/doc/
  2. Make A Document In Python

    Create a file using Python via .NET library. Easily create a new document in Python in a few steps....technically supposed to contain one paragraph, so when you programmatically...Document() builder = aw.DocumentBuilder(doc) font = builder.font font...

    products.aspose.com/words/python-net/make/
  3. Make WORD Using Python

    Make a new a Word document in Python in a few steps. Easily create a Word document using Python via .NET library....technically supposed to contain one paragraph, so when you programmatically...Document() builder = aw.DocumentBuilder(doc) font = builder.font font...

    products.aspose.com/words/python-net/make/word/
  4. TabStopCollection.GetHashCode | Aspose.Words fo...

    Discover the TabStopCollection GetHashCode method—an essential hash function for efficient data management and performance optimization....Document (); DocumentBuilder builder = new DocumentBuilder ( doc...TabStopCollection tabStops = builder . ParagraphFormat . TabStops...

    reference.aspose.com/words/net/aspose.words/tab...
  5. CleanupOptions.DuplicateStyle | Aspose.Words fo...

    Optimize your documents with CleanupOptions DuplicateStyle property—easily remove duplicate styles for cleaner, more efficient formatting. Default is false.... Paragraph , "MyStyle1" ); myStyle ....Styles . Add ( StyleType . Paragraph , "MyStyle2" ); duplicateStyle...

    reference.aspose.com/words/net/aspose.words/cle...
  6. Aspose::Words::PaperSize enum | Aspose.Words fo...

    Aspose::Words::PaperSize enum. Specifies paper size in C++....Words :: Document > (); auto builder = System :: MakeObject < Aspose...DocumentBuilder > ( doc ); builder -> get_PageSetup () -> set_PaperSize...

    reference.aspose.com/words/cpp/aspose.words/pap...
  7. Aspose::Words::BorderCollection::GetEnumerator ...

    Aspose::Words::BorderCollection::GetEnumerator method. Returns an enumerator object that can be used to iterate over all borders in the collection in C++....edit all of the borders in a paragraph format object. auto doc =...Words :: Document > (); auto builder = System :: MakeObject < Aspose...

    reference.aspose.com/words/cpp/aspose.words/bor...
  8. Document.compare method | Aspose.Words for Python

    aspose.words.Document.compare method... Document () builder = aw . DocumentBuilder ( doc...doc = doc_original ) builder . writeln ( 'This is the original...

    reference.aspose.com/words/python-net/aspose.wo...
  9. TabStopCollection indexer | Aspose.Words for Py...

    TabStopCollection indexer. Gets a tab stop at the given index.... Document () builder = aw . DocumentBuilder ( doc...= doc ) tab_stops = builder . paragraph_format . tab_stops #...

    reference.aspose.com/words/python-net/aspose.wo...
  10. CleanupOptions.duplicate_style property | Aspos...

    CleanupOptions.duplicate_style property. Gets/sets a flag indicating whether duplicate styles should be removed from document... PARAGRAPH , 'MyStyle1' ) my_style ..... add ( aw . StyleType . PARAGRAPH , 'MyStyle2' ) duplicate_style...

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