Sort Score
Result 10 results
Languages All
Labels All
Results 2,271 - 2,280 of 30,983 for

doc

(0.05 sec)
  1. Aspose::Words::Fields::FieldOptions::get_FileNa...

    Aspose::Words::Fields::FieldOptions::get_FileName method. Gets or sets the file name of the Document in C++.... auto doc = MakeObject < Document > ( MyDir...MakeObject < DocumentBuilder > ( doc ); builder -> MoveToDocumentEnd...

    reference.aspose.com/words/cpp/aspose.words.fie...
  2. BuiltInDocumentProperties.Bytes | Aspose.Words ...

    Discover the BuiltInDocumentProperties Bytes property, an essential tool for estimating Document size, enhancing file management and efficiency....public void Content () { Document doc = new Document ( MyDir + "Paragraphs...BuiltInDocumentPrope properties = doc . BuiltInDocumentPrope ; // By...

    reference.aspose.com/words/net/aspose.words.pro...
  3. DocumentBuilder.start_editable_range method | A...

    DocumentBuilder.start_editable_range method. Marks the current position in the Document as an editable range start.... doc = aw . Document () doc . protect ( type...= aw . DocumentBuilder ( doc = doc ) builder . writeln ( "Hello...

    reference.aspose.com/words/python-net/aspose.wo...
  4. Aspose::Words::Properties::CustomDocumentProper...

    Aspose::Words::Properties::CustomDocumentProperties::Add method. Creates a new custom Document property of the Boolean data type in C++.... auto doc = MakeObject < Document > ();...CustomDocumentProper > properties = doc -> get_CustomDocumentProper ();...

    reference.aspose.com/words/cpp/aspose.words.pro...
  5. Bookmark.name property | Aspose.Words for Python

    Bookmark.name property. Gets or sets the name of the bookmark.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # A valid bookmark has a...

    reference.aspose.com/words/python-net/aspose.wo...
  6. RevisionGroupCollection Class | Aspose.Words fo...

    Discover the Aspose.Words.RevisionGroupCollection class, featuring efficient management of Document revision groups for enhanced editing and collaboration.... Document doc = new Document ( MyDir + "Revisions...RevisionGroup revisionGroup = doc . Revisions . Groups [ 0 ]; Shows...

    reference.aspose.com/words/net/aspose.words/rev...
  7. FieldInfo.NewValue | Aspose.Words for .NET

    Discover the FieldInfo NewValue property, easily manage optional values to enhance your data updates and streamline your coding experience.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Set a value for the "Comments"...

    reference.aspose.com/words/net/aspose.words.fie...
  8. TextBox.vertical_anchor property | Aspose.Words...

    TextBox.vertical_anchor property. Specifies the vertical alignment of the text within a shape.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) shape = builder . insert_shape...

    reference.aspose.com/words/python-net/aspose.wo...
  9. FieldInfo.InfoType | Aspose.Words for .NET

    Discover how to manage FieldInfo InfoType properties effortlessly. Easily set or retrieve Document types for seamless integration in your projects.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Set a value for the "Comments"...

    reference.aspose.com/words/net/aspose.words.fie...
  10. NodeCollection.count property | Aspose.Words fo...

    NodeCollection.count property. Gets the number of nodes in the collection.... doc = aw . Document () # Add two...of this document. paragraph = doc . get_child ( aw . NodeType ...

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