Sort Score
Result 10 results
Languages All
Labels All
Results 6,271 - 6,280 of 242,265 for

aspose.words

(0.45 sec)
  1. Font.style property | Aspose.Words for Python

    Font.style property. Gets or sets the character style applied to this formatting....@property def style ( self ) -> aspose . words . Style : ... @style.setter...style ( self , value : aspose . words . Style ): ... Examples...

    reference.aspose.com/words/python-net/aspose.wo...
  2. IDocumentMergerPlugin.merge method | Aspose.Wor...

    IDocumentMergerPlugin.merge method. Merges the given input PDF documents into a single output PDF document using specified input and output streams.... load_options : List [ aspose . words . loading . LoadOptions...input files. See Also module aspose.words class IDocumentMergerPlugi...

    reference.aspose.com/words/python-net/aspose.wo...
  3. ImportFormatOptions | Aspose.Words for Java

    Allows to specify various import options to format output in Java.... import format mode, // Aspose.Words will resolve style clashes...call M:Aspose.Words.Document.AppendDocument(Aspose.Words.Document...

    reference.aspose.com/words/java/com.aspose.word...
  4. PageSetup.page_starting_number property | Aspos...

    PageSetup.page_starting_number property. Gets or sets the starting page number of the section....docx' ) See Also module aspose.words class PageSetup PageSetup...

    reference.aspose.com/words/python-net/aspose.wo...
  5. ShapeBase.title property | Aspose.Words for Python

    ShapeBase.title property. Gets or sets the title (caption) of the current shape object....shape that has a title, # Aspose.Words will store that title in...alternative_text ) See Also module aspose.words.drawing class ShapeBase...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Comment.ancestor property | Aspose.Words for Py...

    Comment.ancestor property. Returns the parent [Comment](../) object...def ancestor ( self ) -> aspose . words . Comment : ... Examples...print () See Also module aspose.words class Comment Comment constructor...

    reference.aspose.com/words/python-net/aspose.wo...
  7. FramesetCollection.count property | Aspose.Word...

    FramesetCollection.count property. Gets the number of frames or frames pages contained in the collection....com/aspose-words/Aspose.Words-for-.NET/blob/master/Ex...= False See Also module aspose.words.framesets class FramesetCollection...

    reference.aspose.com/words/python-net/aspose.wo...
  8. TableStyle.shading property | Aspose.Words for ...

    TableStyle.shading property. Gets a [Shading](../../shading/) object that refers to the shading formatting for table cells....def shading ( self ) -> aspose . words . Shading : ... Examples...docx' ) See Also module aspose.words class TableStyle TableStyle...

    reference.aspose.com/words/python-net/aspose.wo...
  9. Programming with Documents in Java|Aspose.Words...

    Use the Aspose.words Document Object Model classes to programmatically create, modify, and manage documents with Java. Work with document properties, settings, and content, as well as with document appearance through the management of colors, shapes, fonts and other graphics....manage documents with the Aspose.Words Document Object Model classes...elements. To learn more about Aspose.Words features when programming...

    docs.aspose.com/words/java/programming-with-doc...
  10. Working with Ranges in Java|Aspose.Words for Java

    Introduction to Range feature in Aspose.words for Java....Ranges Contents [ Hide ] In Aspose.Words, a Range is a “flat window”...content and formatting. Aspose.Words also has the Range class...

    docs.aspose.com/words/java/working-with-ranges/