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

docx to doc

(0.13 sec)
  1. Body constructor | Aspose.Words for Python

    Body construcTor. Initializes a new instance of the [Body](../) class....Body constructor Body(doc) Initializes a new instance of the...class. def __init__ ( self , doc : aspose . words . DocumentBase...

    reference.aspose.com/words/python-net/aspose.wo...
  2. FieldTemplate.include_full_path property | Aspo...

    FieldTemplate.include_full_path property. Gets or sets whether To include the full file path name.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # We can set a template name...

    reference.aspose.com/words/python-net/aspose.wo...
  3. ParagraphCollection.toArray method | Aspose.Wor...

    ParagraphCollection.ToArray method. Copies all paragraphs from the collection To a new array of paragraphs.... let doc = new aw . Document ( base ....myDir + "Paragraphs.docx" ); let paras = doc . firstSection . body...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. Aspose::Words::Run::Run constructor | Aspose.Wo...

    Aspose::Words::Run::Run construcTor. Initializes a new instance of the Run class in C++....DocumentBase > & doc ) Parameter Type Description doc const Syste...Words document by hand. auto doc = System :: MakeObject < Aspose...

    reference.aspose.com/words/cpp/aspose.words/run...
  5. BreakType Enum | Aspose.Words for .NET

    Discover the Aspose.Words.BreakType enum To enhance your Document formatting with precise break types for improved readability and layout control.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Specify that we want different...

    reference.aspose.com/words/net/aspose.words/bre...
  6. Font.strike_through property | Aspose.Words for...

    Font.strike_through property. True if the font is formatted as strikethrough text.... doc = aw . Document () para = doc . get_child (...as_paragraph () run = aw . Run ( doc = doc , text = 'Text with a single-line...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Font.style property | Aspose.Words for Python

    Font.style property. Gets or sets the character style applied To this formatting.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Insert a custom style and...

    reference.aspose.com/words/python-net/aspose.wo...
  8. ChartSeries | Aspose.Words for Java

    Represents chart series properties in Java....throws Exception { Document doc = new Document(); DocumentBuilder...builder = new DocumentBuilder(doc); Shape chartShape = builder...

    reference.aspose.com/words/java/com.aspose.word...
  9. DocumentBuilder.insert_style_separator method |...

    DocumentBuilder.insert_style_separaTor method. Inserts style separaTor inTo the Document.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Each paragraph can only...

    reference.aspose.com/words/python-net/aspose.wo...
  10. FieldAuthor | Aspose.Words for Java

    Implements the AUTHOR field in Java.... Document doc = new Document(); DocumentBuilder...builder = new DocumentBuilder(doc); // AUTHOR fields source their...

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