Sort Score
Result 10 results
Languages All
Labels All
Results 4,761 - 4,770 of 180,044 for

doc

(0.1 sec)
  1. RevisionOptions.InsertCellColor | Aspose.Words ...

    Customize your spreadsheet with the InsertCellColor property in RevisionOptions. Choose your preferred color for inserted cells—default is blue!... Document doc = new Document ( MyDir + "Cell..."Cell revisions.docx" ); doc . LayoutOptions . RevisionOptions ...

    reference.aspose.com/words/net/aspose.words.lay...
  2. VbaModuleCollection.Item | Aspose.Words for .NET

    Access VbaModule objects effortlessly with the VbaModuleCollection Item property. Enhance your VBA projects with easy indexing and improved management.... Document doc = new Document ( MyDir + "VBA...modules. VbaProject vbaProject = doc . VbaProject ; Console . WriteLine...

    reference.aspose.com/words/net/aspose.words.vba...
  3. FieldXE.page_range_bookmark_name property | Asp...

    FieldXE.page_range_bookmark_name property. Gets or sets the name of the bookmark that marks a range of pages that is inserted as the entry's page number.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Create an INDEX field which...

    reference.aspose.com/words/python-net/aspose.wo...
  4. FieldSeq.ResetHeadingLevel | Aspose.Words for .NET

    Discover the FieldSeq ResetHeadingLevel property, easily manage heading levels by resetting sequence numbers. Simplify your Document formatting today!... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // SEQ fields display a count...

    reference.aspose.com/words/net/aspose.words.fie...
  5. Introduction | Aspose.Note Documentation

    A basic introduction to Java programming concepts....Support Paid Consulting Support Docs API Reference Tutorials Live...Support Paid Consulting Support Docs API Reference Tutorials Live...

    docs.aspose.com/note/java/introduction/
  6. Extract Content in Jython|Aspose.Words for Java

    Extract Content from Document using Jython....extract_content_between_paragraphs ( self , doc ): """ Shows how to extract the...uses 0-based index startPara = doc . getFirstSection () . getChild...

    docs.aspose.com/words/java/extract-content-in-j...
  7. Aspose::Words::Fields::FieldBuilder::AddArgumen...

    Aspose::Words::Fields::FieldBuilder::AddArgument method. Adds a field's argument represented by FieldArgumentBuilder to the field's code in C++.... auto doc = System :: MakeObject < Aspose...builder -> BuildAndInsert ( doc -> get_FirstSection () -> get_Body...

    reference.aspose.com/words/cpp/aspose.words.fie...
  8. Aspose::Words::DocumentBuilder::DocumentBuilder...

    Aspose::Words::DocumentBuilder::DocumentBuilder constructor. Initializes a new instance of this class in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); // Specify font formatting...

    reference.aspose.com/words/cpp/aspose.words/doc...
  9. Working With Comments in Jython|Aspose.Words fo...

    Working with comments using Jython.... doc = Document ( dataDir + "TestFile.doc" ) comments...= self . extract_comments ( doc ) for comment in comments : print...

    docs.aspose.com/words/java/working-with-comment...
  10. Aspose::Words::Tables::Table::SetBorders method...

    Aspose::Words::Tables::Table::SetBorders method. Sets all table borders to the specified line style, width and color in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); // Start a table and set a...

    reference.aspose.com/words/cpp/aspose.words.tab...