Aspose.Words.Drawing.Charts.AxisDisplayUnit class. Provides access to the scaling options of the display units for the value axis...let doc = new aw . Document (); let builder = new aw . DocumentBuilder...shape = builder . insertChart ( aw . Drawing . Charts . ChartType...
AxisDisplayUnit.customUnit property. Gets or sets a user-defined divisor to scale display units on the value axis....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...shape = builder . insertChart ( aw . Drawing . Charts . ChartType...
aspose.words.drawing.charts.AxisCrosses enumeration. Specifies the possible crossing points for an axis.... doc = aw . Document () builder = aw . DocumentBuilder... insert_chart ( chart_type = aw . drawing . charts . ChartType...
CompatibilityOptions.optimize_for method. Allows to optimize the document contents as well as default Aspose.Words behavior to a particular versions of MS Word.... def optimize_for (): doc = aw . Document () # This object contains...compatibility_options . optimize_for ( aw . settings . MsWordVersion ....
Story.first_paragraph property. Gets the first paragraph in the story.... doc = aw . Document () run = aw . Run ( doc = doc...and format a text box. doc = aw . Document () # Create a floating...
Aspose.Words.Drawing.TextureAlignment enumeration. Specifies the alignment for the tiling of the texture fill....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...shape = builder . insertShape ( aw . Drawing . ShapeType . Rectangle...
PageSetup.left_margin property. Returns or sets the distance (in points) between the left edge of the page and the left boundary of the body text.... doc = aw . Document () builder = aw . DocumentBuilder...builder . page_setup . paper_size = aw . PaperSize . LEGAL builder ...
فرمت HTML به SVG در Python کنید. با استفاده از Python HTML به عنوان SVG ذخیره کنید....as aw doc = aw.Document( "Input.html" ) save_options = aw.saving...saving.ImageSaveOptions(aw.SaveFormat.SVG) for page in range (doc...
فرمت JPG به تصویر در Python کنید. با استفاده از Python JPG به عنوان تصویر ذخیره کنید....words as aw doc = aw.Document() builder = aw.DocumentBuilder(doc)..."Output.jpg" , aw.saving.ImageSaveOptions(aw.SaveFormat.JPG))...