Sort Score
Result 10 results
Languages All
Labels All
Results 3,341 - 3,350 of 19,982 for

insert documents

(0.86 sec)
  1. TxtSaveOptionsBase.exportHeadersFootersMode pro...

    TxtSaveOptionsBase.exportHeadersFootersMode property. Specifies the way headers and footers are exported to the text formats... Document (); // Insert even and primary headers/footers...headers/footers into the document. // The primary header/footers...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. CustomXmlPartCollection.add method | Aspose.Wor...

    Aspose.Words.Markup.CustomXmlPartCollection.add method...how to create a structured document tag with custom XML data.... let doc = new aw . Document (); // Construct an XML part that...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. Aspose::Words::Drawing::Charts::ChartAxis::get_...

    Aspose::Words::Drawing::Charts::ChartAxis::get_MinorUnit method. Returns or sets the distance between minor tick marks in C++.... Examples Shows how to insert a chart and modify the appearance...MakeObject < Aspose :: Words :: Document > (); auto builder = System...

    reference.aspose.com/words/cpp/aspose.words.dra...
  4. Aspose::Words::Fields::ToaCategories class | As...

    Aspose::Words::Fields::ToaCategories class. Represents a table of authorities categories. To learn more, visit the documentation article in C++....the Working with Fields documentation article. class ToaCategories...MakeObject < Aspose :: Words :: Document > (); auto builder = System...

    reference.aspose.com/words/cpp/aspose.words.fie...
  5. ParagraphFormat.FirstLineIndent | Aspose.Words ...

    Discover how to use the ParagraphFormat FirstLineIndent property to easily customize first line or hanging indents in your Documents for improved readability....how to insert a paragraph into the document. Document doc = new...new Document (); DocumentBuilder builder = new DocumentBuilder...

    reference.aspose.com/words/net/aspose.words/par...
  6. ChartSeriesGroup.bubble_scale property | Aspose...

    ChartSeriesGroup.bubble_scale property. Gets or sets the size of the bubbles as a percentage of their default size.... Document () builder = aw . DocumentBuilder...doc ) # Insert a bubble 3D chart. shape = builder . insert_chart...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Font.Name | Aspose.Words for .NET

    Discover the Font Name property to easily customize and set your font styles, enhancing your design's appeal and readability.... Document doc = new Document (); Run run = new...to insert formatted text using DocumentBuilder. Document doc...

    reference.aspose.com/words/net/aspose.words/fon...
  8. Border.TintAndShade | Aspose.Words for .NET

    Discover Border TintAndShade, effortlessly adjust color brightness with a simple double value for stunning design enhancements. Perfect for your creative projects!...how to insert a paragraph with a top border. Document doc = new...new Document (); DocumentBuilder builder = new DocumentBuilder...

    reference.aspose.com/words/net/aspose.words/bor...
  9. Delete Bookmarks|Aspose.Words for Java

    Delete bookmarks from a document easily and fast instead of using docx4j.... Java Document doc = new Document ( dataDir + "Aspose_Bookmark...true)); org . docx4j . wml . Document wmlDocumentEl = ( org . docx4j...

    docs.aspose.com/words/java/delete-bookmarks/
  10. Split Table in C++|Aspose.Words for C++

    Split table in C++. How to split one table into two separate tables C++....Words Document Object Model, is made up of...to keep the moved rows and insert them after the original table...

    docs.aspose.com/words/cpp/split-table/