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

docx to doc

(0.31 sec)
  1. Table.CellSpacing | Aspose.Words for .NET

    Discover the Table CellSpacing property To easily cusTomize cell spacing in points, enhancing your table's appearance and readability.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); Table table = builder . StartTable...

    reference.aspose.com/words/net/aspose.words.tab...
  2. PageSetup.odd_and_even_pages_header_footer prop...

    PageSetup.odd_and_even_pages_header_footer property. True if the Document has different headers and footers for odd-numbered and even-numbered pages.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Specify that we want different...

    reference.aspose.com/words/python-net/aspose.wo...
  3. ListCollection.addSingleLevelList method | Aspo...

    ListCollection.addSingleLevelList method. Creates a new single level list based on the predefined template and adds it To the list collection in the Document.... let doc = new aw . Document (); let builder...DocumentBuilder ( doc ); let listCollection = doc . lists ; // Creates...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. DocumentProperty.Type | Aspose.Words for .NET

    Discover the DocumentProperty Type To efficiently retrieve and utilize property data types for enhanced Document management and auTomation....Document doc = new Document ( MyDir + "Properties.docx" ); // The...$"Document filename:\n\t \" { doc . OriginalFileName } \ "" );...

    reference.aspose.com/words/net/aspose.words.pro...
  5. DocumentBuilder.moveToHeaderFooter method | Asp...

    DocumentBuilder.moveToHeaderFooter method. Moves the cursor To the beginning of a header or footer in the current section.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); // Specify that we want different...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. HeaderFooter.isHeader property | Aspose.Words f...

    HeaderFooter.isHeader property. True if this [HeaderFooter](../) object is a header.... let doc = new aw . Document (); // Create...HeaderFooter ( doc , aw . HeaderFooterType . HeaderPrimary ); doc . firstSection...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. FieldHyperlink.IsImageMap | Aspose.Words for .NET

    Discover how the FieldHyperlink IsImageMap property enhances your server-side image maps by appending coordinates To hyperlinks for improved functionality.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); FieldHyperlink field = ( FieldHyperlink...

    reference.aspose.com/words/net/aspose.words.fie...
  8. Aspose::Words::Document::get_JustificationMode ...

    Aspose::Words::Document::get_JustificationMode method. Gets or sets the character spacing adjustment of a Document in C++.... auto doc = System :: MakeObject < Aspose...( get_MyDir () + u "Document.docx" ); Aspose :: Words :: Settings...

    reference.aspose.com/words/cpp/aspose.words/doc...
  9. SdtType enumeration | Aspose.Words for Python

    aspose.words.markup.SdtType enumeration. Specifies the type of a structured Document tag (SDT) node.... DOC_PART_OBJ The SDT represents a...for content control elements. doc = aw . Document () builder =...

    reference.aspose.com/words/python-net/aspose.wo...
  10. TableStyle.left_indent property | Aspose.Words ...

    TableStyle.left_indent property. Gets or sets the value that represents the left indent of a table.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Below are two ways of aligning...

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