Sort Score
Result 10 results
Languages All
Labels All
Results 2,731 - 2,740 of 31,017 for

doc

(0.1 sec)
  1. Aspose::Words::Node::get_Document method | Aspo...

    Aspose::Words::Node::get_Document method. Gets the Document to which this node belongs in C++.... auto doc = MakeObject < Document > ();...> ( doc ); para -> AppendChild ( MakeObject < Run > ( doc , u...

    reference.aspose.com/words/cpp/aspose.words/nod...
  2. BookmarkCollection.remove_at method | Aspose.Wo...

    BookmarkCollection.remove_at method. Removes a bookmark at the specified index.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Insert five bookmarks with...

    reference.aspose.com/words/python-net/aspose.wo...
  3. PreferredWidth.FromPercent | Aspose.Words for .NET

    Discover the PreferredWidth FromPercent method, which creates a new instance for defining preferred widths as a percentage. Enhance your design precision!... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); Table table = builder . StartTable...

    reference.aspose.com/words/net/aspose.words.tab...
  4. SaveOptions.create_save_options method | Aspose...

    aspose.words.saving.SaveOptions.create_save_options method... doc = aw . Document ( file_name =...memory_optimization = memory_optimization doc . save ( file_name = ARTIFACTS_DIR...

    reference.aspose.com/words/python-net/aspose.wo...
  5. FieldAsk.PromptOnceOnMailMerge | Aspose.Words f...

    Optimize your mail merges with FieldAsk PromptOnceOnMailMerge. Control user responses efficiently, enhancing data accuracy and streamlining your process....void FieldAsk () { Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Place a field where the...

    reference.aspose.com/words/net/aspose.words.fie...
  6. Style.list property | Aspose.Words for Python

    Style.list property. Gets the list that defines formatting of this list style.... doc = aw . Document () # A list allows...within a style. list_style = doc . styles . add ( aw . StyleType...

    reference.aspose.com/words/python-net/aspose.wo...
  7. BuiltInDocumentProperties.author property | Asp...

    BuiltInDocumentProperties.author property. Gets or sets the name of the Document's author.... doc = aw . Document () builder =...DocumentBuilder ( doc = doc ) properties = doc . built_in_document_properties...

    reference.aspose.com/words/python-net/aspose.wo...
  8. MergeFieldImageDimension.Unit | Aspose.Words fo...

    Discover the MergeFieldImageDimension Unit property for precise image scaling. Enhance your design with accurate dimensions and improved visual appeal....MergeFieldImageDimen () { Document doc = new Document (); // Insert...builder = new DocumentBuilder ( doc ); FieldMergeField field = (...

    reference.aspose.com/words/net/aspose.words.fie...
  9. BuiltInDocumentProperties.title property | Aspo...

    BuiltInDocumentProperties.title property. Gets or sets the title of the Document.... doc = aw . Document () builder =...DocumentBuilder ( doc = doc ) properties = doc . built_in_document_properties...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Table.rows property | Aspose.Words for Python

    Table.rows property. Provides typed access to the rows of the table.... doc = aw . Document ( file_name =...MY_DIR + 'Tables.docx' ) tables = doc . first_section . body . tables...

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