Sort Score
Result 10 results
Languages All
Labels All
Results 2,821 - 2,830 of 157,133 for

doc

(0.08 sec)
  1. CsvDataLoadOptions | Aspose.Words for .NET

    Discover the CsvDataLoadOptions constructor—easily initialize with default settings for efficient data loading and seamless integration.... Document doc = new Document ( MyDir + "Reporting...BuildReport ( doc , dataSource , "persons" ); doc . Save ( ArtifactsDir...

    reference.aspose.com/words/net/aspose.words.rep...
  2. Aspose::Words::Drawing::Shape::get_FirstParagra...

    Aspose::Words::Drawing::Shape::get_FirstParagraph method. Gets the first paragraph in the shape in C++.... auto doc = MakeObject < Document > ();...textBox = MakeObject < Shape > ( doc , ShapeType :: TextBox ); textBox...

    reference.aspose.com/words/cpp/aspose.words.dra...
  3. Aspose::Words::WebExtensions::BaseWebExtensionC...

    Aspose::Words::WebExtensions::BaseWebExtensionCollection::GetEnumerator method. Returns an enumerator that can iterate through a collection in C++.... auto doc = MakeObject < Document > ( MyDir...extension.docx" ); ASSERT_EQ ( 1 , doc -> get_WebExtensionTaskPane ()...

    reference.aspose.com/words/cpp/aspose.words.web...
  4. Aspose::Words::Document::Clone method | Aspose....

    Aspose::Words::Document::Clone method. Performs a deep copy of the Document in C++.... auto doc = MakeObject < Document > ();...MakeObject < DocumentBuilder > ( doc ); builder -> Write ( u "Hello...

    reference.aspose.com/words/cpp/aspose.words/doc...
  5. DocumentProperty.to_date_time method | Aspose.W...

    DocumentProperty.to_date_time method. Returns the property value as DateTime in UTC.... doc = aw . Document () doc . custom_document_properties...now ()) authorization_date = doc . custom_document_properties...

    reference.aspose.com/words/python-net/aspose.wo...
  6. MailMerge.GetFieldNamesForRegion | Aspose.Words...

    Discover the MailMerge GetFieldNamesForRegion method to effortlessly access a collection of mail merge field names in your specified region. Streamline your workflow!... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // "TableStart" and "TableEnd"...

    reference.aspose.com/words/net/aspose.words.mai...
  7. RevisionOptions.DeleteCellColor | Aspose.Words ...

    Customize your spreadsheet with the RevisionOptions DeleteCellColor property. Easily set a unique color for deleted cells, enhancing clarity and organization.... Document doc = new Document ( MyDir + "Cell..."Cell revisions.docx" ); doc . LayoutOptions . RevisionOptions ...

    reference.aspose.com/words/net/aspose.words.lay...
  8. 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...
  9. Aspose::Words::Style::get_Name method | Aspose....

    Aspose::Words::Style::get_Name method. Gets or sets the name of the style 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...
  10. Document.RenderToScale | Aspose.Words for .NET

    Discover the RenderToScale method to efficiently render Document pages into Graphics objects at your desired scale for optimal visual results.... Document doc = new Document ( MyDir + "Rendering...thumbRows = doc . PageCount / thumbColumns ; int remainder = doc . PageCount...

    reference.aspose.com/words/net/aspose.words/doc...