Sort Score
Result 10 results
Languages All
Labels All
Results 4,051 - 4,060 of 19,436 for

document insertion

(0.1 sec)
  1. FormField.Type | Aspose.Words for .NET

    Discover the FormField Type property to easily identify and utilize various form field types, enhancing your web forms' functionality and user experience....how to insert a combo box. Document doc = new Document (); DocumentBuilder..."Please select a fruit: " ); // Insert a combo box which will allow...

    reference.aspose.com/words/net/aspose.words.fie...
  2. Make DOC Using C#

    Make a new DOC in C# in a few steps. Easily create DOC using .NET library....name Start creating a DOC document using C# Save the output DOC...worth noting that a blank document is technically supposed to...

    products.aspose.com/words/net/make/doc/
  3. Make PDF Using C#

    Make a new PDF in C# in a few steps. Easily create PDF using .NET library....name Start creating a PDF document using C# Save the output PDF...worth noting that a blank document is technically supposed to...

    products.aspose.com/words/net/make/pdf/
  4. TextBox.InternalMarginLeft | Aspose.Words for .NET

    Discover the TextBox InternalMarginLeft property to customize your shape's inner left margin in points for enhanced design flexibility.... Document doc = new Document (); DocumentBuilder...DocumentBuilder ( doc ); // Insert another textbox with specific...

    reference.aspose.com/words/net/aspose.words.dra...
  5. CellFormat class | Aspose.Words for Python

    aspose.words.tables.CellFormat class. Represents all formatting for a table cell...the Working with Tables documentation article. Properties Name...custom borders. doc = aw . Document () builder = aw . DocumentBuilder...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Get Node that Contains the End of Matched Strin...

    FindReplaceOptions optionsWhile = new FindReplaceOptions(); optionsWhile.setReplacingCallback(new ReplaceHandler()); WordDoc.getRange().replace(Pattern.compile("[tag(.+?)](.+?)[/tag]"), "", optionsWhile); in ReplaceHand…...Keywords in Word DOCX ODT Documents Aspose.Words Product Family...from match and repeat in the document? thanks awais.hafeez November...

    forum.aspose.com/t/get-node-that-contains-the-e...
  7. Table.description property | Aspose.Words for N...

    Table.description property. Gets or sets description of this table...ISO/IEC 29500 compliant DOCX documents ( OoxmlCompliance ). When...nested table without using a document builder. test ( 'CreateNestedTable'...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. Aspose::Words::Tables::CellFormat::get_Width me...

    Aspose::Words::Tables::CellFormat::get_Width method. Gets the width of the cell in points in C++....Words on document loading and saving. Currently...combination of table, cell and document properties is supported. The...

    reference.aspose.com/words/cpp/aspose.words.tab...
  9. Aspose::Words::Drawing::ShapeBase::get_IsSignat...

    Aspose::Words::Drawing::ShapeBase::get_IsSignatureLine method. Indicates that shape is a SignatureLine in C++....for a signature and insert it into a document. auto doc = System...MakeObject < Aspose :: Words :: Document > (); auto builder = System...

    reference.aspose.com/words/cpp/aspose.words.dra...
  10. Working with Footnote and Endnote in Java|Aspos...

    How to manipulate footnotes and endnotes using Java.... Insert Endnote and Set Numbering Options...want to insert a footnote or an endnote in a Word document, please...

    docs.aspose.com/words/java/working-with-footnot...