Instalovat Aspose.Words místo Python podání Visual Studio nástroje jako např. Manage NuGet Packages nebo Package Manager Console a instalátor MSI. Použijte Full Trust povolení nastaveno....words as aw # Create and save a simple document doc = aw . Document...Document () builder = aw . DocumentBuilder ( doc ) builder . writeln...
Chart.series_groups property. Provides access to a series group collection of this chart.... doc = aw . Document () builder = aw . DocumentBuilder... insert_chart ( chart_type = aw . drawing . charts . ChartType...
Table.preferredWidth property. Gets or sets the table preferred width....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...#3" ); table . preferredWidth = aw . Tables . PreferredWidth . fromPercent...
Font.text_effect property. Gets or sets the font animation effect.... doc = aw . Document () builder = aw . DocumentBuilder...builder . font . text_effect = aw . TextEffect . SPARKLE_TEXT builder...
TextBox.no_text_rotation property. Gets or sets a boolean value indicating either text of the TextBox should not rotate when the shape is rotated.... doc = aw . Document () builder = aw . DocumentBuilder... insert_shape ( shape_type = aw . drawing . ShapeType . ELLIPSE...
OfficeMath.getMathRenderer method. Creates and returns an object that can be used to render this equation into an image.... let doc = new aw . Document ( base . myDir + "Office...saveOptions = new aw . Saving . ImageSaveOptions ( aw . SaveFormat...
PclSaveOptions.rasterizeTransformedElements property. Gets or sets a value determining whether or not complex transformed elements should be rasterized before saving to PCL document... let doc = new aw . Document ( base . myDir + "Rendering...docx" ); let saveOptions = new aw . Saving . PclSaveOptions ();...
Aspose.Words.HeaderFooter class. Represents a container for the header or footer text of a section... let doc = new aw . Document (); // Create a header...let header = new aw . HeaderFooter ( doc , aw . HeaderFooterType...
FieldOptions.legacy_number_format property. Gets or sets the value indicating whether legacy (early than AW 13.10) number format for fields is enabled or not....indicating whether legacy (early than AW 13.10) number format for fields...for fields. doc = aw . Document () builder = aw . DocumentBuilder...
PageSetup.lineNumberDistanceFromText property. Gets or sets distance between the right edge of line numbers and the left edge of the document....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...pageSetup . lineNumberRestartMod = aw . LineNumberRestartMod . RestartPage...