Sort Score
Result 10 results
Languages All
Labels All
Results 9,861 - 9,870 of 180,640 for

doc

(0.1 sec)
  1. Aspose::Words::Drawing::ImageSize::get_Vertical...

    Aspose::Words::Drawing::ImageSize::get_VerticalResolution method. Gets the vertical resolution in DPI in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); // Insert a shape into the...

    reference.aspose.com/words/cpp/aspose.words.dra...
  2. Stroke.BackColor | Aspose.Words for .NET

    Customize your stroke's background color with the Stroke BackColor property. Enhance your designs with vibrant, tailored colors for a unique look.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); Shape shape = builder . InsertChart...

    reference.aspose.com/words/net/aspose.words.dra...
  3. FieldToc.update_page_numbers method | Aspose.Wo...

    FieldToc.update_page_numbers method. Updates the page numbers for items in this table of contents.... def field_toc (): doc = aw . Document () builder =...= aw . DocumentBuilder ( doc ) builder . start_bookmark ( 'MyBookmark'...

    reference.aspose.com/words/python-net/aspose.wo...
  4. FieldToc.heading_level_range property | Aspose....

    FieldToc.heading_level_range property. Gets or sets a range of heading levels to include.... def field_toc (): doc = aw . Document () builder =...= aw . DocumentBuilder ( doc ) builder . start_bookmark ( 'MyBookmark'...

    reference.aspose.com/words/python-net/aspose.wo...
  5. Example of Hello World using Python language|As...

    This sample demonstrates how to create a simple PDF "Hello, World!" Document using Aspose.PDF for Python...from AsposePdfPython import * doc = document_create () pages =...= document_get_pages ( doc ) page = page_collection_add_page (...

    docs.aspose.com/pdf/python-cpp/hello-world-exam...
  6. RevisionGroupCollection | Aspose.Words for Java

    A collection of RevisionGroup objects that represent revision groups in the Document in Java.... Document doc = new Document(getMyDir() + "Revisions...RevisionGroup revisionGroup = doc.getRevisions().getGroups().get(0);...

    reference.aspose.com/words/java/com.aspose.word...
  7. DocumentBuilder.MoveToField | Aspose.Words for ...

    Effortlessly navigate your Documents with the DocumentBuilder MoveToField method, allowing quick cursor movement to any field for enhanced editing efficiency.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Insert a field using the...

    reference.aspose.com/words/net/aspose.words/doc...
  8. FieldCollection.Item | Aspose.Words for .NET

    Discover the FieldCollection Item property, effortlessly access fields by index and enhance your data management with ease and precision.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); builder . InsertField ( "...

    reference.aspose.com/words/net/aspose.words.fie...
  9. Aspose::Words::Notes::EndnotePosition enum | As...

    Aspose::Words::Notes::EndnotePosition enum. Defines the endnote position in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); // An endnote is a way to...

    reference.aspose.com/words/cpp/aspose.words.not...
  10. Fill.presetTextured method | Aspose.Words for N...

    Fill.presetTextured method. Sets the fill to a preset texture.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); let shape = builder . insertChart...

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