Sort Score
Result 10 results
Languages All
Labels All
Results 6,141 - 6,150 of 20,024 for

document insertion

(0.82 sec)
  1. UserInformation Class | Aspose.Words for .NET

    Discover the Aspose.Words.Fields.UserInformation class to manage user details effectively and enhance Document processing in your applications....the Working with Fields documentation article. public class UserInformation...them using fields. Document doc = new Document (); DocumentBuilder...

    reference.aspose.com/words/net/aspose.words.fie...
  2. Aspose::Words::Drawing::GradientStopCollection ...

    Aspose::Words::Drawing::GradientStopCollection class. Contains a collection of GradientStop objects. To learn more, visit the Documentation article in C++....Working with Graphic Elements documentation article. class GradientStopCollecti...GradientStop object in the collection. Insert (int32_t, const System::Sh...

    reference.aspose.com/words/cpp/aspose.words.dra...
  3. ChartDataLabelCollection.showLegendKey property...

    ChartDataLabelCollection.showLegendKey property. Allows to specify whether legend key is to be displayed for the data labels of the entire series... Document (); let builder = new aw ...chart . series . clear (); // Insert a custom chart series with...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. ChartSeriesCollection.Clear | Aspose.Words for ...

    Effortlessly clear all ChartSeries from your collection with the ChartSeriesCollection Clear method. Streamline your data management today!... Document doc = new Document (); DocumentBuilder...DocumentBuilder ( doc ); // Insert a column chart that will contain...

    reference.aspose.com/words/net/aspose.words.dra...
  5. Aspose::Words::ParagraphFormat::get_SpaceBefore...

    Aspose::Words::ParagraphFormat::get_SpaceBeforeAuto method. True if the amount of spacing before the paragraph is set automatically in C++....MakeObject < Aspose :: Words :: Document > (); auto builder = System...set_SpaceBeforeAuto ( autoSpacing ); // Insert two paragraphs that will have...

    reference.aspose.com/words/cpp/aspose.words/par...
  6. ChartLegend.legend_entries property | Aspose.Wo...

    ChartLegend.legend_entries property. Returns a collection of legend entries for all series and trendlines of the parent chart.... Document () builder = aw . DocumentBuilder...doc = doc ) shape = builder . insert_chart ( chart_type = aw . drawing...

    reference.aspose.com/words/python-net/aspose.wo...
  7. FieldOptions.legacy_number_format property | As...

    FieldOptions.legacy_number_format property. Gets or sets the value indicating whether legacy (early than AW 13.10) number format for fields is enabled or not.... Document () builder = aw . DocumentBuilder...doc = doc ) field = builder . insert_field ( field_code = '= 2 +...

    reference.aspose.com/words/python-net/aspose.wo...
  8. Aspose::Words::Markup::SdtCalendarType enum | A...

    Aspose::Words::Markup::SdtCalendarType enum. Specifies the possible types of calendars which can be used to specify CalendarType in an Office Open XML Document in C++....CalendarType in an Office Open XML document. enum class SdtCalendarType...enter a date with a structured document tag. auto doc = System ::...

    reference.aspose.com/words/cpp/aspose.words.mar...
  9. Export Word bookmarks to PDF with valid actions...

    I created a Word Document and added bookmarks using the native Word feature: Insert → Bookmark. Then, I process the Document with Aspose.Words and save it as a PDF. Here’s the code I’m using: var reportBuildOptions = …...2:15pm 1 I created a Word document and added bookmarks using...feature: Insert → Bookmark . Then, I process the document with Aspose...

    forum.aspose.com/t/export-word-bookmarks-to-pdf...
  10. How to Add an Attachment to PDF in Java

    This article assets on how to add an attachment to PDF in Java. It provides references to use Aspose.PDF for Java, a list of programming steps and a runnable sample code for adding an attachment in PDF file in Java....the source PDF file with the Document class object where an attachment...steps describe the process to insert attachment in PDF in Java ...

    kb.aspose.com/pdf/java/how-to-add-an-attachment...