Sort Score
Result 10 results
Languages All
Labels All
Results 4,481 - 4,490 of 64,347 for

doc

(0.11 sec)
  1. Node Class | Aspose.Words for .NET

    Discover the Aspose.Words.Node class, the essential foundation for all Word Document nodes, enabling seamless Document manipulation and customization.... Document doc = new Document ( MyDir + "Tables...docx" ); Assert . AreEqual ( 2 , doc . GetChildNodes ( NodeType ....

    reference.aspose.com/words/net/aspose.words/node/
  2. TableStyle.Alignment | Aspose.Words for .NET

    Discover the TableStyle Alignment property to effortlessly customize your table's layout and enhance visual appeal for a professional look.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Below are two ways of aligning...

    reference.aspose.com/words/net/aspose.words/tab...
  3. ImageSaveOptions constructor | Aspose.Words for...

    ImageSaveOptions constructor. Initializes a new instance of this class that can be used to save rendered images in the [SaveFormat.TIFF](../../../aspose.words/saveformat/#TIFF), [SaveFormat.PNG](../../../aspose.words/saveformat/#PNG), [SaveFormat.BMP](../../../aspose.words/saveformat/#BMP), [SaveFormat.JPEG](../../../aspose.words/saveformat/#JPEG), [SaveFormat.EMF](../../../aspose.words/saveformat/#EMF), [SaveFormat.EPS](../../../aspose.words/saveformat/#EPS), [SaveFormat.WEB_P](../../../aspose.words/saveformat/#WEB_P) or [SaveFormat.SVG](../../../aspose.words/saveformat/#SVG) format.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) builder . insert_image (...

    reference.aspose.com/words/python-net/aspose.wo...
  4. TableStyle.leftIndent property | Aspose.Words f...

    TableStyle.leftIndent property. Gets or sets the value that represents the left indent of a table.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); // Below are two ways of aligning...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. TextBox class | Aspose.Words for Python

    aspose.words.drawing.TextBox class. Defines attributes that specify how a text is displayed inside a shape... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) text_box_shape = builder...

    reference.aspose.com/words/python-net/aspose.wo...
  6. SignatureLineOptions.instructions property | As...

    SignatureLineOptions.instructions property. Gets or sets instructions to the signer that are displayed on signing the signature line... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); let signatureLineOptions =...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. SignatureLineOptions.Email | Aspose.Words for .NET

    Manage suggested signer email addresses effortlessly with SignatureLineOptions. Enhance your email workflow with customizable options for seamless communication.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); SignatureLineOptions signatureLineOptions...

    reference.aspose.com/words/net/aspose.words/sig...
  8. SignatureLineOptions.Instructions | Aspose.Word...

    Discover how to customize SignatureLineOptions with clear instructions for signers, enhancing the signing experience. Easy setup with default settings.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); SignatureLineOptions signatureLineOptions...

    reference.aspose.com/words/net/aspose.words/sig...
  9. Table.style_identifier property | Aspose.Words ...

    Table.style_identifier property. Gets or sets the locale independent style identifier of the table style applied to this table.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) table = builder . start_table...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Aspose::Words::PageSetup::get_FootnoteOptions m...

    Aspose::Words::PageSetup::get_FootnoteOptions method. Provides options that control numbering and positioning of footnotes in this section in C++.... auto doc = MakeObject < Document > ();...MakeObject < DocumentBuilder > ( doc ); builder -> Write ( u "Hello...

    reference.aspose.com/words/cpp/aspose.words/pag...