Sort Score
Result 10 results
Languages All
Labels All
Results 8,131 - 8,140 of 155,673 for

doc

(0.07 sec)
  1. VbaReferenceCollection Class | Aspose.Words for...

    Explore the Aspose.Words.Vba.VbaReferenceCollection class, a powerful tool for managing VbaReference objects efficiently in your projects....dll" ; Document doc = new Document ( MyDir + "VBA...VbaReferenceCollecti references = doc . VbaProject . References ; Assert...

    reference.aspose.com/words/net/aspose.words.vba...
  2. ChartAxis.MinorUnit | Aspose.Words for .NET

    Discover the ChartAxis MinorUnit property to easily adjust the spacing of minor tick marks for enhanced chart clarity and precision.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); Shape shape = builder . InsertChart...

    reference.aspose.com/words/net/aspose.words.dra...
  3. Aspose::Words::DocumentBuilder::MoveToField met...

    Aspose::Words::DocumentBuilder::MoveToField method. Moves the cursor to a field in the Document in C++.... auto doc = MakeObject < Document > ();...MakeObject < DocumentBuilder > ( doc ); // Insert a field using the...

    reference.aspose.com/words/cpp/aspose.words/doc...
  4. Aspose::Words::Properties::BuiltInDocumentPrope...

    Aspose::Words::Properties::BuiltInDocumentProperties::idx_get method. Returns a DocumentProperty object by the name of the property in C++.... auto doc = MakeObject < Document > ( MyDir...System :: ObjectExt :: ToString ( doc -> get_CustomDocumentProper ()...

    reference.aspose.com/words/cpp/aspose.words.pro...
  5. MarkdownSaveOptions.empty_paragraph_export_mode...

    MarkdownSaveOptions.empty_paragraph_export_mode property. Specifies how to export empty paragraphs to Markdown... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) builder . writeln ( 'First'...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Aspose::Words::Style::get_Type method | Aspose....

    Aspose::Words::Style::get_Type method. Gets the style type (paragraph or character) in C++....auto doc = MakeObject < Document > (); ASSERT_EQ ( 4 , doc -> get_Styles...SharedPtr < Style >>> stylesEnum = doc -> get_Styles () -> GetEnumerator...

    reference.aspose.com/words/cpp/aspose.words/sty...
  7. FindReplaceOptions.Direction | Aspose.Words for...

    Discover the FindReplaceOptions Direction property to customize your replace function. Choose between Forward and Backward for optimal results....findReplaceDirection ) { Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Insert three runs which...

    reference.aspose.com/words/net/aspose.words.rep...
  8. FieldCitation.SourceTag | Aspose.Words for .NET

    Discover the FieldCitation SourceTag property, easily manage and customize Tag elements for seamless data insertion and enhanced source accuracy.... Document doc = new Document ( MyDir + "Bibliography...builder = new DocumentBuilder ( doc ); builder . Write ( "Text to...

    reference.aspose.com/words/net/aspose.words.fie...
  9. ChartAxis.document property | Aspose.Words for ...

    ChartAxis.Document property. Returns the Document containing the parent chart.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); let shape = builder . insertChart...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. Chart.axisY property | Aspose.Words for Node.js

    Chart.axisY property. Provides access to properties of the primary Y axis of the chart.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); let shape = builder . insertChart...

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