ParagraphFormat.characterUnitFirstLineIndent property. Gets or sets the value (in characters) for the first-line or hanging indent... let doc = new aw . Document (); let builder...DocumentBuilder ( doc ); let format = doc . firstSection . body...
ThemeFonts.east_asian property. Specifies font name for EastAsian characters.... doc = aw . Document ( file_name =...default fonts and colors. theme = doc . theme # Some styles, such as...
Aspose.Words.Drawing.GradientVariant enumeration. Specifies the variant for a gradient fill.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); let shape = builder . insertShape...
Discover how PdfSaveOptions' PreserveFormFields property retains Microsoft Word form fields in PDFs or converts them to text. Enhance your Document quality!... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); builder . Write ( "Please...
Aspose.Words.Drawing.Chart class. Provides access to the chart shape properties... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); // Insert a chart shape with...
Convert EPUB to DOTM without using Microsoft Word...formats, such as PDF, EPUB, DOC, and DOTM. The PDF Processing...developers to convert EPUB files to DOC. This API provides a range of...
GradientStop.position property. Gets or sets a value representing the position of a stop within the gradient expressed as a percent in range 0.0 to 1.0.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); let shape = builder . insertShape...
Aspose::Words::CommentCollection::idx_get method. Retrieves a Comment at the given index in C++.... auto doc = System :: MakeObject < Aspose...Aspose :: Words :: Comment > ( doc , u "John Doe" , u "J.D." , System...