HtmlSaveOptions.exportTocPageNumbers property. Specifies whether to write page numbers to table of contents when saving HTML, MHTML and EPUB... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); // Insert a table of contents...
aspose.words.drawing.charts.ChartXValue class. Represents an X value for a chart series.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) shape = builder . insert_chart...
aspose.words.TextOrientation enumeration. Specifies orientation of text on a page, in a table cell or a text frame.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) table = builder . start_table...
Effortlessly manage your Documents with the VariableCollection RemoveAt method, which removes a variable at any specified index for seamless data handling.... Document doc = new Document (); VariableCollection...VariableCollection variables = doc . Variables ; // Every document has...
SaveOptions.progressCallback property. Called during saving a Document and accepts data about saving progress....Doc , SaveFormat.Dot , SaveFormat...saveFormat , ext ) => { let doc = new aw . Document ( base ....
Discover the FieldSeq SequenceIdentifier property to effortlessly manage and customize item series names for efficient numbering and organization.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // SEQ fields display a count...
FontSettings.get_fonts_sources method. Gets a copy of the array that contains the list of sources where Aspose.Words looks for TrueType fonts.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) builder . font . name = 'Arial'...
Represents a chart data marker in Java....throws Exception { Document doc = new Document(); DocumentBuilder...builder = new DocumentBuilder(doc); Shape shape = builder.insertChart(ChartType...
Discover how the ParagraphFormat LinesToDrop property enhances drop cap height in your Documents. Optimize your text layout for stunning visuals!... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Modify the "LinesToDrop"...
Discover the Aspose.Words.PageBorderAppliesTo enum to control page border printing across specific pages for enhanced Document formatting....Document doc = new Document (); PageSetup pageSetup = doc . Sections...border . DistanceFromText = 0 ; doc . Save ( ArtifactsDir + "PageSetup...