Sort Score
Result 10 results
Languages All
Labels All
Results 8,481 - 8,490 of 18,309 for

docx to doc

(0.29 sec)
  1. Aspose::Words::FontSubstitutionWarningInfo::get...

    Aspose::Words::FontSubstitutionWarningInfo::get_RequestedFamilyName method. Requested font family name in C++.... auto doc = System :: MakeObject < Aspose...get_MyDir () + u "Rendering.docx" ); auto callback = System ::...

    reference.aspose.com/words/cpp/aspose.words/fon...
  2. Table.firstRow property | Aspose.Words for Node.js

    Table.firstRow property. Returns the first [Row](../../../aspose.words.tables/row/) node in the table....let doc = new aw . Document ( base . myDir + "Tables.docx" );...Body node: let firstTable = doc . firstSection . body . tables...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. Node.next_pre_order method | Aspose.Words for P...

    Node.next_pre_order method. Gets next node according To the pre-order tree traversal algorithm.... doc = aw . Document ( file_name =...= MY_DIR + 'Images.docx' ) self . assertEqual ( 9 , len ( list...

    reference.aspose.com/words/python-net/aspose.wo...
  4. Aspose::Words::PageSetup::get_Gutter method | A...

    Aspose::Words::PageSetup::get_Gutter method. Gets or sets the amount of extra space added To the margin for Document binding in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); for ( int32_t i = 0 ; i <...

    reference.aspose.com/words/cpp/aspose.words/pag...
  5. FieldStyleRef | Aspose.Words for Java

    Implements the STYLEREF field in Java.... Document doc = new Document(); DocumentBuilder...builder = new DocumentBuilder(doc); // Create a list based using...

    reference.aspose.com/words/java/com.aspose.word...
  6. BuiltInDocumentProperties.revision_number prope...

    BuiltInDocumentProperties.revision_number property. Gets or sets the Document revision number.... doc = aw . Document ( file_name =...MY_DIR + 'Properties.docx' ) properties = doc . built_in_document_properties...

    reference.aspose.com/words/python-net/aspose.wo...
  7. JoinStyle | Aspose.Words for Java

    Line join style in Java.... Document doc = new Document(); DocumentBuilder...builder = new DocumentBuilder(doc); // Below are four examples...

    reference.aspose.com/words/java/com.aspose.word...
  8. Working with Watermark in Python|Aspose.Words f...

    Create and manage watermarks in a Document using Python....TextWatermarkOptions , Color doc = Document ( "input.docx" ) options = TextWatermarkOptions... set_text ( doc , "CONFIDENTIAL" , options ) doc . save ( "output...

    docs.aspose.com/words/python-net/working-with-w...
  9. Aspose::Words::Margins enum | Aspose.Words for ...

    Aspose::Words::Margins enum. Specifies preset margins in C++.... auto doc = System :: MakeObject < Aspose...get_MyDir () + u "Rendering.docx" ); // Saving a document to...

    reference.aspose.com/words/cpp/aspose.words/mar...
  10. Watermark Class | Aspose.Words for .NET

    Discover the Aspose.Words.Watermark class To easily add and cusTomize watermarks in your Documents, enhancing professionalism and branding.... Document doc = new Document (); // Add a plain...plain text watermark. doc . Watermark . SetText ( "Aspose Watermark"...

    reference.aspose.com/words/net/aspose.words/wat...