Aspose.Words.Drawing.Charts.ChartSeriesGroup class. Represents properties of a chart series group, that is, the properties of chart series of the same type associated with the same axes....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...shape = builder . insertChart ( aw . Drawing . Charts . ChartType...
Vložit, získat nebo formátovat pole formuláře v dokumentu pomocí Python....dokumentu: doc = aw . Document () builder = aw . DocumentBuilder...insert_text_input ( "TextInput" , aw . fields . TextFormFieldType...
Aspose.Words.Lists.ListLevel class. Defines formatting for a list level... let doc = new aw . Document (); // A list allows...let list = doc . lists . add ( aw . Lists . ListTemplate . NumberDefault...
Aspose.Words.Markup.SdtCalendarType enumeration. Specifies the possible types of calendars which can be used to specify [StructuredDocumentTag.calendarType](../structureddocumenttag/calendarType/) in an Office Open XML document.... let doc = new aw . Document (); // Insert a structured...sdtDate = new aw . Markup . StructuredDocumentTa ( doc , aw . Markup...
ShapeBase.width property. Gets or sets the width of the containing block of the shape.... doc = aw . Document () builder = aw . DocumentBuilder...'Logo.jpg' ) shape . wrap_type = aw . drawing . WrapType . NONE #...
ShapeBase.height property. Gets or sets the height of the containing block of the shape....let doc = new aw . Document (); let builder = new aw . DocumentBuilder..."Logo.jpg" ); shape . wrapType = aw . Drawing . WrapType . None ;...
LoadOptions.load_format property. Specifies the format of the document to be loaded...load_options = aw . loading . HtmlLoadOptions ( load_format = aw . LoadFormat...IMAGE_DIR ) self . assertEqual ( aw . LoadFormat . HTML , load_options...
EditableRange.editorGroup property. Returns or sets an alias (or editing group) which shall be used to determine if the current user shall be allowed to edit this editable range....let doc = new aw . Document (); doc . protect ( aw . ProtectionType..."MyPassword" ); let builder = new aw . DocumentBuilder ( doc ); builder...