ImageSaveOptions.horizontal_resolution property. Gets or sets the horizontal resolution for the generated images, in dots per inch.... doc = aw . Document () builder = aw . DocumentBuilder...it. options = aw . saving . ImageSaveOptions ( aw . SaveFormat...
ImageSaveOptions.image_color_mode property. Gets or sets the color mode for the generated images.... doc = aw . Document () builder = aw . DocumentBuilder...image_save_options = aw . saving . ImageSaveOptions ( aw . SaveFormat...
ImageSaveOptions.vertical_resolution property. Gets or sets the vertical resolution for the generated images, in dots per inch.... doc = aw . Document () builder = aw . DocumentBuilder...it. options = aw . saving . ImageSaveOptions ( aw . SaveFormat...
SignOptions.signatureLineId property. Signature line identifier...; let certificatePassword = "aw" ; let signees = createSignees...certificatePassword ) { let document = new aw . Document ( srcDocumentPath...
使用 Manage NuGet Packages 或 Package Manager Console 等 Visual Studio 工具以及 MSI 安装程序安装 Aspose.Words for Python。使用 Full Trust 权限集。...words as aw # Create and save a simple document doc = aw . Document...Document () builder = aw . DocumentBuilder ( doc ) builder . writeln...
aspose.words.saving.XlsxSectionMode enumeration. Specifies how sections are handled when saving a document in the XLSX format.... doc = aw . Document ( file_name = MY_DIR...worksheet. xlsx_save_options = aw . saving . XlsxSaveOptions ()...
ChartSeriesGroupCollection.count property. Returns the number of series groups in this collection.... doc = aw . Document ( file_name = MY_DIR...docx' ) shape = doc . get_child ( aw . NodeType . SHAPE , 0 , True...
HorizontalRuleFormat.alignment property. Gets or sets the alignment of the horizontal rule....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...horizontalRuleFormat . alignment = aw . Drawing . HorizontalRuleAlignm...
ShadowFormat.color property. Gets a aspose.pydrawing.Color object that represents the color for the shadow... doc = aw . Document ( file_name = MY_DIR...docx' ) shape = doc . get_child ( aw . NodeType . SHAPE , 0 , True...