Sort Score
Result 10 results
Languages All
Labels All
Results 8,171 - 8,180 of 17,113 for

docx to doc

(0.12 sec)
  1. PageSetup.page_number_style property | Aspose.W...

    PageSetup.page_number_style property. Gets or sets the page number format.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) builder . writeln ( 'Section...

    reference.aspose.com/words/python-net/aspose.wo...
  2. EditableRangeStart.editable_range property | As...

    EditableRangeStart.editable_range property. Gets the facade object that encapsulates this editable range start and end.... doc = aw . Document () doc . protect ( type...= aw . DocumentBuilder ( doc = doc ) builder . writeln ( "Hello...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Paragraph.get_effective_tab_stops method | Aspo...

    Paragraph.get_effective_tab_sTops method. Returns array of all tab sTops applied To this paragraph, including applied indirectly by styles or lists.... doc = aw . Document () para = doc . first_section...self . assertEqual ( 0 , len ( doc . first_section . body . first_paragraph...

    reference.aspose.com/words/python-net/aspose.wo...
  4. TabStopCollection.add method | Aspose.Words for...

    Aspose.Words.TabSTopCollection.add method... let doc = new aw . Document (); let paragraph = doc . getParagraph...paragraphs. for ( var node of doc . getChildNodes ( aw . NodeType...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. Font.all_caps property | Aspose.Words for Python

    Font.all_caps property. True if the font is formatted as all capital letters.... doc = aw . Document () para = doc . get_child (...capitals: run = aw . Run ( doc = doc , text = 'all capitals' )...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Shading.foreground_tint_and_shade property | As...

    Shading.foreground_tint_and_shade property. Gets or sets a double value that lightens or darkens a foreground theme color.... doc = aw . Document () builder =...DocumentBuilder ( doc = doc ) shading = doc . first_section ....

    reference.aspose.com/words/python-net/aspose.wo...
  7. FieldAsk.PromptText | Aspose.Words for .NET

    Discover how To easily manage the FieldAsk PromptText property To cusTomize your prompt window's title for enhanced user experience....void FieldAsk () { Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Place a field where the...

    reference.aspose.com/words/net/aspose.words.fie...
  8. FieldInclude.BookmarkName | Aspose.Words for .NET

    Discover how To use the FieldInclude BookmarkName property To easily manage bookmarks in your Documents for enhanced organization and efficiency.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // We can use an INCLUDE field...

    reference.aspose.com/words/net/aspose.words.fie...
  9. CellFormat.borders property | Aspose.Words for ...

    CellFormat.borders property. Gets collection of borders of the cell.... doc = aw . Document ( file_name =...= MY_DIR + 'Tables.docx' ) # Below are two ways of getting a...

    reference.aspose.com/words/python-net/aspose.wo...
  10. DocumentBase.fontInfos property | Aspose.Words ...

    DocumentBase.fontInfos property. Provides access To properties of fonts used in this Document.... let doc = new aw . Document ( base ....+ "Embedded font.docx" ); let allFonts = doc . fontInfos ; expect...

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