Sort Score
Result 10 results
Languages All
Labels All
Results 8,631 - 8,640 of 152,585 for

doc

(0.28 sec)
  1. Aspose::Words::CompositeNode::IndexOf method | ...

    Aspose::Words::CompositeNode::IndexOf method. Returns the index of the specified child node in the child node array in C++.... auto doc = MakeObject < Document > ( MyDir...); SharedPtr < Body > body = doc -> get_FirstSection () -> get_Body...

    reference.aspose.com/words/cpp/aspose.words/com...
  2. Table.LastRow | Aspose.Words for .NET

    Discover the Table LastRow property to easily access the final Row node in your table, enhancing data management and efficiency.... Document doc = new Document ( MyDir + "Tables...); TableCollection tables = doc . FirstSection . Body . Tables...

    reference.aspose.com/words/net/aspose.words.tab...
  3. Range.structuredDocumentTags property | Aspose....

    Range.structuredDocumentTags property. Returns a [Range.structuredDocumentTags](./) collection that represents all structured Document tags in the range.... let doc = new aw . Document ( base ....); let structuredDocumentTa = doc . range . structuredDocumentTa...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. Export OFT to WORD via C++ | products.aspose.com

    C++ API to Convert OFT to WORD without using Microsoft Word or Outlook...System :: SharedPtr < Document > doc = System :: MakeObject < Document...passing Docx as save format doc -> Save ( u "convertedFile.Docx"...

    products.aspose.com/total/cpp/conversion/oft-to...
  5. Border.ThemeColor | Aspose.Words for .NET

    Discover how to use the Border ThemeColor property to customize your color scheme and enhance your design with vibrant, tailored themes.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); Border topBorder = builder...

    reference.aspose.com/words/net/aspose.words/bor...
  6. FolderFontSource.ScanSubfolders | Aspose.Words ...

    Discover the FolderFontSource ScanSubfolders property to easily manage font organization by choosing to scan subfolders for enhanced efficiency....false , 1 ); Document doc = new Document (); doc . FontSettings =...= new FontSettings (); doc . FontSettings . SetFontsSources (...

    reference.aspose.com/words/net/aspose.words.fon...
  7. Range.revisions property | Aspose.Words for Python

    Range.revisions property. Gets a collection of revisions (tracked changes) that exist in this range.... doc = aw . Document ( file_name =...'Revisions.docx' ) paragraph = doc . first_section . body . first_paragraph...

    reference.aspose.com/words/python-net/aspose.wo...
  8. Aspose::Words::Tables::PreferredWidth::get_Valu...

    Aspose::Words::Tables::PreferredWidth::get_Value method. Gets the preferred width value. The unit of measure is specified in the Type property in C++.... auto doc = MakeObject < Document > ( MyDir...SharedPtr < Table > table = doc -> get_FirstSection () -> get_Body...

    reference.aspose.com/words/cpp/aspose.words.tab...
  9. GradientStop | Aspose.Words for Java

    Represents one gradient stop in Java.... Document doc = new Document(); DocumentBuilder...builder = new DocumentBuilder(doc); Shape shape = builder.insertShape(ShapeType...

    reference.aspose.com/words/java/com.aspose.word...
  10. ChartLegendEntry.font property | Aspose.Words f...

    ChartLegendEntry.font property. Provides access to the font formatting of this legend entry.... let doc = new aw . Document ( base ....series.docx" ); let chart = doc . getShape ( 0 , true ). chart...

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