Sort Score
Result 10 results
Languages All
Labels All
Results 2,771 - 2,780 of 6,474 for

insert documents

(0.16 sec)
  1. CellFormat.TopPadding | Aspose.Words for .NET

    Discover the CellFormat TopPadding property to customize spacing above cell contents in points, enhancing your spreadsheet's layout and readability....with a document builder. Document doc = new Document (); DocumentBuilder...Write ( "Row 1, cell 1." ); // Insert a second cell, and then configure...

    reference.aspose.com/words/net/aspose.words.tab...
  2. CellFormat.BottomPadding | Aspose.Words for .NET

    Discover the CellFormat BottomPadding property to customize spacing in your cells. Enhance your layouts with precise point adjustments for better presentation....with a document builder. Document doc = new Document (); DocumentBuilder...Write ( "Row 1, cell 1." ); // Insert a second cell, and then configure...

    reference.aspose.com/words/net/aspose.words.tab...
  3. CellFormat.LeftPadding | Aspose.Words for .NET

    Discover the CellFormat LeftPadding property to easily adjust left spacing in points, enhancing your cell content's appearance and readability....with a document builder. Document doc = new Document (); DocumentBuilder...Write ( "Row 1, cell 1." ); // Insert a second cell, and then configure...

    reference.aspose.com/words/net/aspose.words.tab...
  4. Aspose::Words::Saving::HtmlSaveOptions::get_Exp...

    Aspose::Words::Saving::HtmlSaveOptions::get_ExportDropDownFormFieldAsText method. Controls how drop-down form fields are saved to HTML or MHTML. Default value is false in C++.... auto doc = MakeObject < Document > (); auto builder = MakeObject...( doc ); // Use a document builder to insert a combo box with...

    reference.aspose.com/words/cpp/aspose.words.sav...
  5. ThemeFonts.complex_script property | Aspose.Wor...

    ThemeFonts.complex_script property. Specifies font name for ComplexScript characters.... Document ( file_name = MY_DIR + 'Theme...object gives us access to the document theme, a source of default...

    reference.aspose.com/words/python-net/aspose.wo...
  6. FieldArgumentBuilder.add_text method | Aspose.W...

    FieldArgumentBuilder.add_text method. Adds a plain text to the argument....then insert them into the document. doc = aw . Document () #...field = builder . build_and_insert ( ref_node = doc . first_section...

    reference.aspose.com/words/python-net/aspose.wo...
  7. FieldArgumentBuilder.add_field method | Aspose....

    FieldArgumentBuilder.add_field method. Adds a field represented by a [FieldBuilder](../../fieldbuilder/) to the argument....then insert them into the document. doc = aw . Document () #...field = builder . build_and_insert ( ref_node = doc . first_section...

    reference.aspose.com/words/python-net/aspose.wo...
  8. Aspose::Words::Fields::FieldDate class | Aspose...

    Aspose::Words::Fields::FieldDate class. Implements the DATE field. To learn more, visit the documentation article in C++....the Working with Fields documentation article. class FieldDate...modifications made to the document. get_IsLocked () Gets or sets...

    reference.aspose.com/words/cpp/aspose.words.fie...
  9. FieldMergeBarcode.DisplayText | Aspose.Words fo...

    Control barcode text display with FieldMergeBarcode's DisplayText property. Enhance readability and functionality in your applications effortlessly.... Document doc = new Document (); DocumentBuilder...DocumentBuilder ( doc ); // Insert a MERGEBARCODE field, which...

    reference.aspose.com/words/net/aspose.words.fie...
  10. PdfPermissions | Aspose.Words for Java

    Specifies the operations that are allowed to a user on an encrypted PDF document in Java....a user on an encrypted PDF document. Examples: Shows how to set...a saved PDF document. Document doc = new Document(); DocumentBuilder...

    reference.aspose.com/words/java/com.aspose.word...