DocumentBuilder.bold property. True if the font is formatted as bold.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Insert some MERGEFIELDS...
Aspose.Words.DigitalSignature class. Represents a digital signature on a Document and the result of its verification... const doc = new aw . Document ( base ....docx" ); for ( var i = 0 ; i < doc . digitalSignatures . count ;...
PdfSaveOptions.zoomBehavior property. Gets or sets a value determining what type of zoom should be applied when a Document is opened with a PDF viewer.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); builder . writeln ( "Hello...
Convert HTML to JPG format in Java code. Save HTML as JPG using Java....format DOCX PDF MD HTML TXT DOC DOT DOCM DOTX DOTM RTF EPUB PS...com.aspose.words.*; Document doc = new Document ( "Input.html"...
ChartLegend.legend_entries property. Returns a collection of legend entries for all series and trendlines of the parent chart.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) shape = builder . insert_chart...
IChartDataPoint.explosion property. Specifies the amount the data point shall be moved from the center of the pie... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); let shape = builder . insertChart...