Sort Score
Result 10 results
Languages All
Labels All
Results 2,091 - 2,100 of 182,427 for

doc

(0.23 sec)
  1. index.xml

    2.0 http://www.w3.org/2005/Atom Aspsoe.PDF Products – تبدیل فایل SVG به Doc با استفاده از Python https://products.aspose.com/pdf/fa/python-net/conversion/svg-to-Doc/ Recent content in تبدیل فایل SV......Products – تبدیل فایل SVG به DOC با استفاده از Python https://products.../svg-to-doc/ Recent content in تبدیل فایل SVG به DOC با استفاده...

    products.aspose.com/pdf/fa/python-net/conversio...
  2. index.xml

    2.0 http://www.w3.org/2005/Atom Aspsoe.PDF Products – تبدیل فایل EPUB به Doc با استفاده از Python https://products.aspose.com/pdf/fa/python-net/conversion/epub-to-Doc/ Recent content in تبدیل فایل ......Products – تبدیل فایل EPUB به DOC با استفاده از Python https://products...pub-to-doc/ Recent content in تبدیل فایل EPUB به DOC با استفاده...

    products.aspose.com/pdf/fa/python-net/conversio...
  3. DocumentBuilder constructor | Aspose.Words for ...

    Aspose.Words.DocumentBuilder constructor... DocumentBuilder(doc) Initializes a new instance of...this class. DocumentBuilder ( doc : Aspose . Words . Document )...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. Font.smallCaps property | Aspose.Words for Node.js

    Font.smallCaps property. True if the font is formatted as small capital letters.... let doc = new aw . Document (); let para = doc . getParagraph...capitals: let run = new aw . Run ( doc , "all capitals" ); run . font...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. Font.allCaps property | Aspose.Words for Node.js

    Font.allCaps property. True if the font is formatted as all capital letters.... let doc = new aw . Document (); let para = doc . getParagraph...capitals: let run = new aw . Run ( doc , "all capitals" ); run . font...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. Watermark class | Aspose.Words for Python

    aspose.words.Watermark class. Represents class to work with Document watermark... doc = aw . Document () # Add a plain...plain text watermark. doc . watermark . set_text ( text = 'Aspose...

    reference.aspose.com/words/python-net/aspose.wo...
  7. StructuredDocumentTag.styleName property | Aspo...

    StructuredDocumentTag.styleName property. Gets or sets the name of the style applied to the structured Document tag.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); // Below are two ways to apply...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. Paragraph.parent_section property | Aspose.Word...

    Paragraph.parent_section property. Retrieves the parent [Section](../../section/) of the paragraph.... doc = aw . Document () # Create a...HeaderFooter ( doc , aw . HeaderFooterType . HEADER_PRIMARY ) doc . first_section...

    reference.aspose.com/words/python-net/aspose.wo...
  9. Style.paragraph_format property | Aspose.Words ...

    Style.paragraph_format property. Gets the paragraph formatting of the style.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Create a custom paragraph...

    reference.aspose.com/words/python-net/aspose.wo...
  10. TextPath.text_path_alignment property | Aspose....

    TextPath.text_path_alignment property. Defines the alignment of text.... def insert_text_paths (): doc = aw . Document () # Insert a...WordArt. shape = append_word_art ( doc , 'Hello World! This text is...

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