Einführung in die Diagrammfunktion, Erstellen und Bearbeiten von Diagrammen mit C++....System :: String > ({ u "AW Category 1" , u "AW Category 2" }); //...series1 = seriesColl -> Add ( u "AW Series 1" , categories , System...
HtmlSaveOptions.resolve_font_names property. Specifies whether font family names used in the document are resolved and substituted according to [Document.font_settings](../../../aspose.words/document/font_settings/) when being written into HTML-based formats.... doc = aw . Document ( MY_DIR + 'Missing...another font. font_settings = aw . fonts . FontSettings () font_settings...
TextColumn.width property. Gets or sets the width of the text column in points....let doc = new aw . Document (); let builder = new aw . DocumentBuilder..." ); builder . insertBreak ( aw . BreakType . ColumnBreak );...
ChartTitle.overlay property. Determines whether other chart elements shall be allowed to overlap title...let doc = new aw . Document (); let builder = new aw . DocumentBuilder...chartShape = builder . insertChart ( aw . Drawing . Charts . ChartType...
SaveOptions.dmlEffectsRenderingMode property. Gets or sets a value determining how DrawingML effects are rendered.... let doc = new aw . Document ( base . myDir + "DrawingML...document to .PDF. let options = new aw . Saving . PdfSaveOptions ();...
ChartTitle.show property. Determines whether the title shall be shown for this chart...let doc = new aw . Document (); let builder = new aw . DocumentBuilder...chartShape = builder . insertChart ( aw . Drawing . Charts . ChartType...
Field.displayResult property. Gets the text that represents the displayed field result....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...fieldAuthor = builder . insertField ( aw . Fields . FieldType . FieldAuthor...
ChartTitle.font property. Provides access to the font formatting of the chart title.... doc = aw . Document () builder = aw . DocumentBuilder... insert_chart ( chart_type = aw . drawing . charts . ChartType...