TextPath.same_letter_heights property. Determines whether all letters will be the same height regardless of initial case....def insert_text_paths (): doc = aw . Document () # Insert a WordArt... pydrawing . Color . black , aw . drawing . ShapeType . TEXT_PLAIN_TEXT...
TextPath.text property. Defines the text of the text path....def insert_text_paths (): doc = aw . Document () # Insert a WordArt... pydrawing . Color . black , aw . drawing . ShapeType . TEXT_PLAIN_TEXT...
TextPath.italic property. True if the font is formatted as italic....def insert_text_paths (): doc = aw . Document () # Insert a WordArt... pydrawing . Color . black , aw . drawing . ShapeType . TEXT_PLAIN_TEXT...
Aspose.Words.DocumentBuilder.insertSignatureLine method...let doc = new aw . Document (); let builder = new aw . DocumentBuilder...let signatureLineOptions = new aw . SignatureLineOptions { Signer...
Restricționați editarea unui document prin setarea unui tip de restricție folosind Python. De asemenea, puteți elimina protecția și puteți crea regiuni editabile fără restricții....words as aw doc = aw . Document () # Apply document...document protection. doc . protect ( aw . ProtectionType . NO_PROTECTION...
Document.ensureMinimum method. If the document contains no sections, creates one section with one paragraph.... let doc = new aw . Document (); NodeCollection...nodes = doc . getChildNodes ( aw . NodeType . Any , true ); expect...
ChartAxis.major_unit_is_auto property. Gets or sets a flag indicating whether default distance between major tick marks shall be used.... doc = aw . Document () builder = aw . DocumentBuilder... insert_chart ( chart_type = aw . drawing . charts . ChartType...
AxisDisplayUnit.unit property. Gets or sets the scaling value of the display units as one of the predefined values.... doc = aw . Document () builder = aw . DocumentBuilder... insert_chart ( chart_type = aw . drawing . charts . ChartType...
AxisDisplayUnit.custom_unit property. Gets or sets a user-defined divisor to scale display units on the value axis.... doc = aw . Document () builder = aw . DocumentBuilder... insert_chart ( chart_type = aw . drawing . charts . ChartType...