RtfSaveOptions.exportCompactSize property. Allows to make output RTF documents smaller in size, but if they contain RTL (right-to-left) text, it will not be displayed correctly.... let doc = new aw . Document ( base . myDir + "Rendering...to an RTF. let options = new aw . Saving . RtfSaveOptions ();...
HtmlSaveOptions.imageResolution property. Specifies the output resolution for images when exporting to HTML, MHTML or EPUB... let doc = new aw . Document ( base . myDir + "Rendering..."Rendering.docx" ); let options = new aw . Saving . HtmlSaveOptions ();...
ChartSeriesGroup.gap_width property. Gets or sets the percentage of gap width between chart elements.... doc = aw . Document () builder = aw . DocumentBuilder... insert_chart ( chart_type = aw . drawing . charts . ChartType...
Scopri la proprietà Titolo di ChartAxis per un facile accesso e personalizzazione dei titoli degli assi, migliorando la visualizzazione e la presentazione dei tuoi dati....Add ( "AW Series 1" , new string [] { "AW Category 1" , "AW Category...
TextBox.internal_margin_right property. Specifies the inner right margin in points for a shape.... doc = aw . Document () builder = aw . DocumentBuilder... insert_shape ( shape_type = aw . drawing . ShapeType . TEXT_BOX...
aspose.words.fields.FieldIndexFormat enumeration. Specifies the formatting for the [FieldIndex](../fieldindex/) fields in a document.... doc = aw . Document () builder = aw . DocumentBuilder...'A' ) builder . insert_break ( aw . BreakType . LINE_BREAK ) builder...
ShapeBase.isImage property. Returns ``true`` if this shape is an image shape.... const loadOptions = new aw . Loading . LoadOptions (); loadOptions.... imageDir ; const doc = new aw . Document ( buffer , loadOptions...