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

docx to doc

(0.4 sec)
  1. Table.SetBorders | Aspose.Words for .NET

    CusTomize your tables effortlessly with the SetBorders method, adjusting line style, width, and color for a polished, professional look....Document doc = new Document ( MyDir + "Tables.docx" ); Table...Table table = doc . FirstSection . Body . Tables [ 0 ]; // Clear all...

    reference.aspose.com/words/net/aspose.words.tab...
  2. Table.setBorders method | Aspose.Words for Node.js

    Table.setBorders method. Sets all table borders To the specified line style, width and color.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); // Start a table and set a...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. DocumentBase.lists property | Aspose.Words for ...

    DocumentBase.lists property. Provides access To the list formatting used in the Document.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) self . assertFalse ( builder...

    reference.aspose.com/words/python-net/aspose.wo...
  4. BuiltInDocumentProperties.shared_document prope...

    BuiltInDocumentProperties.shared_Document property. Indicates whether the Document is a shared Document.... doc = aw . Document ( file_name =...'Extended properties.docx' ) self . assertTrue ( doc . built_in_document_properties...

    reference.aspose.com/words/python-net/aspose.wo...
  5. Aspose::Words::Drawing::Fill::get_ForeThemeColo...

    Aspose::Words::Drawing::Fill::get_ForeThemeColor method. Gets or sets a ThemeColor object that represents the foreground color for the fill in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); System :: SharedPtr < Aspose...

    reference.aspose.com/words/cpp/aspose.words.dra...
  6. MappedDataFieldCollection.Clear | Aspose.Words ...

    Effortlessly clear your MappedDataFieldCollection with our Clear method, instantly removing all elements for streamlined data management....MappedDataFieldColle () { Document doc = CreateSourceDocMappe (); DataTable...MappedDataFieldColle mappedDataFields = doc . MailMerge . MappedDataFields...

    reference.aspose.com/words/net/aspose.words.mai...
  7. FootnoteNumberingRule enumeration | Aspose.Word...

    aspose.words.notes.FootnoteNumberingRule enumeration. Determines when auTomatic footnote or endnote numbering restarts.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Footnotes and endnotes...

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

    Allows To access OLE Package properties in Java.... Document doc = new Document(); DocumentBuilder...builder = new DocumentBuilder(doc); // OLE objects allow us to...

    reference.aspose.com/words/java/com.aspose.word...
  9. FieldIndex.Heading | Aspose.Words for .NET

    Discover the FieldIndex Heading property To cusTomize entry headers by letter, enhancing organization and user experience in your application.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Create an INDEX field which...

    reference.aspose.com/words/net/aspose.words.fie...
  10. Table.bottom_padding property | Aspose.Words fo...

    Table.botTom_padding property. Gets or sets the amount of space (in points) To add below the contents of cells.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) table = builder . start_table...

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