Sort Score
Result 10 results
Languages All
Labels All
Results 6,441 - 6,450 of 153,893 for

doc

(0.1 sec)
  1. Shape | Aspose.Words for Java

    Represents an object in the drawing layer such as an AutoShape textbox freeform OLE object ActiveX control or picture in Java.... Document doc = new Document(); DocumentBuilder...builder = new DocumentBuilder(doc); // Insert a floating image...

    reference.aspose.com/words/java/com.aspose.word...
  2. ShapeBase.bounds property | Aspose.Words for Py...

    ShapeBase.bounds property. Gets or sets the location and size of the containing block of the shape.... doc = aw . Document () # Create a...aw . drawing . GroupShape ( doc ) self . assertEqual ( aw . drawing...

    reference.aspose.com/words/python-net/aspose.wo...
  3. FieldIndex.number_of_columns property | Aspose....

    FieldIndex.number_of_columns property. Gets or sets the number of columns per page used when building the index.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Create an INDEX field which...

    reference.aspose.com/words/python-net/aspose.wo...
  4. CompatibilityOptions.optimizeFor method | Aspos...

    CompatibilityOptions.optimizeFor method. Allows to optimize the Document contents as well as default Aspose.Words behavior to a particular versions of MS Word.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); // If we configure compatibility...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. List | Aspose.Words for Java

    Represents formatting of a list in Java.... Document doc = new Document(); // A list allows...first list level. List list1 = doc.getLists().add(ListTemplate....

    reference.aspose.com/words/java/com.aspose.word...
  6. Aspose::Words::Tables::Cell class | Aspose.Word...

    Aspose::Words::Tables::Cell class. Represents a table cell. To learn more, visit the Documentation article in C++.... auto doc = MakeObject < Document > ();...= MakeObject < Table > ( doc ); doc -> get_FirstSection () ->...

    reference.aspose.com/words/cpp/aspose.words.tab...
  7. ReplacerContext | Aspose.Words for Java

    Find/replace operation context in Java....regex in the document: String doc = getMyDir() + "Footer.docx";...create(replacerContext) .from(doc) .to(getArtifactsDir() + "LowCode...

    reference.aspose.com/words/java/com.aspose.word...
  8. Aspose::Words::Tables::RowFormat::get_HeightRul...

    Aspose::Words::Tables::RowFormat::get_HeightRule method. Gets or sets the rule for determining the height of the table row in C++.... auto doc = MakeObject < Document > ();...MakeObject < DocumentBuilder > ( doc ); SharedPtr < Table > table...

    reference.aspose.com/words/cpp/aspose.words.tab...
  9. DocumentPropertyCollection class | Aspose.Words...

    aspose.words.properties.DocumentPropertyCollection class. Base class for [BuiltInDocumentProperties](../builtinDocumentproperties/) and [CustomDocumentProperties](../customDocumentproperties/) collections... doc = aw . Document () properties = doc . custom_document_properties...add ( 'Authorized Revision' , doc . built_in_document_properties...

    reference.aspose.com/words/python-net/aspose.wo...
  10. IStructuredDocumentTag.Placeholder | Aspose.Wor...

    Discover the IStructuredDocumentTag Placeholder property. Easily manage placeholder text for empty SDT content and enhance your Document's usability.... Document doc = new Document (); // Insert...= new StructuredDocumentTa ( doc , SdtType . PlainText , MarkupLevel...

    reference.aspose.com/words/net/aspose.words.mar...