ThemeColors.accent2 property. Specifies color Accent 2.... let doc = new aw . Document ( base ....fonts and colors. let theme = doc . theme ; // Some styles, such...
ThemeFonts.complexScript property. Specifies font name for ComplexScript characters.... let doc = new aw . Document ( base ....fonts and colors. let theme = doc . theme ; // Some styles, such...
ChartDataLabel.showSeriesName property. Returns or sets a Boolean to indicate the series name display behavior for the data labels on a chart...( 'DataLabels' , () => { let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); let chartShape = builder ...
ChartDataLabel.separator property. Gets or sets string separator used for the data labels on a chart...( 'DataLabels' , () => { let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); let chartShape = builder ...
XlsxSaveOptions.section_mode property. Gets or sets the way how sections are handled when saving to the output XLSX Document... doc = aw . Document ( file_name =...XlsxSectionMode . MULTIPLE_WORKSHEETS doc . save ( file_name = ARTIFACTS_DIR...
Aspose::Words::Saving::HtmlFixedSaveOptions::get_IdPrefix method. Specifies a prefix that is prepended to all generated element IDs in the output Document. Default value is null and no prefix is prepended in C++.... auto doc = System :: MakeObject < Aspose...set_IdPrefix ( u "pfx1_" ); doc -> Save ( get_ArtifactsDir ()...
ChartDataPointCollection.count property. Returns the number of [ChartDataPoint](../../chartdatapoint/) in this collection.... def chart_data_point (): doc = aw . Document () builder =...= aw . DocumentBuilder ( doc ) shape = builder . insert_chart...
Aspose::Words::Drawing::ShapeBase::GetShapeRenderer method. Creates and returns an object that can be used to render this shape into an image in C++.... auto doc = System :: MakeObject < Aspose...Drawing :: Shape >> shapes = doc -> GetChildNodes ( Aspose ::...
StructuredDocumentTag.sdt_type property. Gets type of this Structured Document tag.... doc = aw . Document ( file_name =...as_structured_document_tag (), b ), list ( doc . get_child_nodes ( aw . NodeType...