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

docx to doc

(0.09 sec)
  1. PageVerticalAlignment enumeration | Aspose.Word...

    aspose.words.PageVerticalAlignment enumeration. Specifies vertical justification of text on each page.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Modify the page setup properties...

    reference.aspose.com/words/python-net/aspose.wo...
  2. FieldUserName Class | Aspose.Words for .NET

    Discover the Aspose.Words.Fields.FieldUserName class for seamless USERNAME field integration. Enhance Document auTomation with powerful features Today!... Document doc = new Document (); // Create...userInformation . Name = "John Doe" ; doc . FieldOptions . CurrentUser...

    reference.aspose.com/words/net/aspose.words.fie...
  3. BuiltInDocumentProperties.pages property | Aspo...

    BuiltInDocumentProperties.pages property. Represents an estimate of the number of pages in the Document....test ( 'Content' , () => { let doc = new aw . Document ( base ....myDir + "Paragraphs.docx" ); let properties = doc . builtInDocumentPrope...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. BuiltInDocumentProperties.charactersWithSpaces ...

    BuiltInDocumentProperties.charactersWithSpaces property. Represents an estimate of the number of characters (including spaces) in the Document....test ( 'Content' , () => { let doc = new aw . Document ( base ....myDir + "Paragraphs.docx" ); let properties = doc . builtInDocumentPrope...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. ListLevel.numberFormat property | Aspose.Words ...

    ListLevel.numberFormat property. Returns or sets the number format for the list level.... let doc = new aw . Document (); // A...its list levels. let list = doc . lists . add ( aw . Lists ....

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. Aspose::Words::StyleCollection class | Aspose.W...

    Aspose::Words::StyleCollection class. A collection of Style objects that represent both the built-in and user-defined styles in a Document. To learn more, visit the Documentation article in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); // Create a custom paragraph...

    reference.aspose.com/words/cpp/aspose.words/sty...
  7. HeaderFooter | Aspose.Words for .NET

    Design stunning headers and footers effortlessly with our intuitive construcTor. CusTomize your website's look for a unique, professional Touch!...HeaderFooter ( DocumentBase doc , HeaderFooterType headerFooterType...) Parameter Type Description doc DocumentBase The owner document...

    reference.aspose.com/words/net/aspose.words/hea...
  8. Aspose::Words::Drawing::Adjustment::get_Name me...

    Aspose::Words::Drawing::Adjustment::get_Name method. Gets the name of the adjustment in C++.... auto doc = System :: MakeObject < Aspose...+ u "Rounded rectangle shape.docx" ); auto shape = System :: ExplicitCast...

    reference.aspose.com/words/cpp/aspose.words.dra...
  9. Aspose::Words::Drawing::Adjustment::get_Value m...

    Aspose::Words::Drawing::Adjustment::get_Value method. Gets or sets the raw value of the adjustment in C++.... auto doc = System :: MakeObject < Aspose...+ u "Rounded rectangle shape.docx" ); auto shape = System :: ExplicitCast...

    reference.aspose.com/words/cpp/aspose.words.dra...
  10. FieldCitation | Aspose.Words for Java

    Implements the CITATION field in Java....Document doc = new Document(getMyDir() + "Bibliography.docx"); DocumentBuilder...builder = new DocumentBuilder(doc); builder.write("Text to be cited...

    reference.aspose.com/words/java/com.aspose.word...