PdfSaveOptions.preserveFormFields property. Specifies whether to preserve Microsoft Word form fields as form fields in PDF or convert them to text...Examples Shows how to save a document to the PDF format using the...class. let doc = new aw . Document (); let builder = new aw ...
This API allows you to do all kinds of operations on Excel files in Node.js code including creating, editing and converting etc....js Display Document Properties in Excel using...Break in Excel using Node.js Insert a Page Break in Excel with...
ListFormat.list_level_number property. Gets or sets the list level number (0 to 8) for the paragraph.... Remarks In Word documents, lists may consist of 1 or...numbered lists. doc = aw . Document () builder = aw . DocumentBuilder...
Aspose::Words::Replacing::IReplacingCallback interface. Implement this interface if you want to have your own custom method called during a find and replace operation in C++....{ auto doc = MakeObject < Document > ( MyDir + u "Header and...{ auto doc = MakeObject < Document > (); auto builder = MakeObject...
Aspose.Words.Fields.FieldUpdateCultureSource enumeration. Indicates what culture to use during field update.... Document (); let builder = new aw ...DocumentBuilder ( doc ); // Insert two merge fields with German...
AxisScaling.logBase property. Gets or sets the logarithmic base for a logarithmic axis.... Document (); let builder = new aw ...chart . series . clear (); // Insert a series with X/Y coordinates...
Aspose::Words::Notes::FootnotePosition enum. Defines the footnote position in C++....different place where the document collects and displays its...footnotes. auto doc = MakeObject < Document > (); auto builder = MakeObject...
TextPath.reverse_rows property. Determines whether the layout order of rows is reversed....def insert_text_paths (): doc = aw . Document () # Insert a WordArt...save ( ARTIFACTS_DIR + 'Shape.insert_text_paths.docx' ) def append_word_art...
Aspose::Words::Markup::StructuredDocumentTag::get_DateStorageFormat method. Gets/sets format in which the date for a date SDT is stored when the SDT is bound to an XML node in the document's data store. Default value is DateTime in C++....bound to an XML node in the document’s data store. Default value...structured document tag. auto doc = MakeObject < Document > (); //...