OoxmlSaveOptions.password property. Gets/sets a password to encrypt document using ECMA376 Standard encryption algorithm.... doc = aw . Document () builder = aw . DocumentBuilder...'Hello world!' ) save_options = aw . saving . OoxmlSaveOptions ()...
Shape.strokeColor property. Defines the color of a stroke....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...insertShape ( aw . Drawing . ShapeType . CloudCallout , aw . Drawing...
ChartAxisTitle.font property. Provides access to the font formatting of the axis title.... doc = aw . Document () builder = aw . DocumentBuilder... insert_chart ( chart_type = aw . drawing . charts . ChartType...
FieldNoteRef.insert_reference_mark property. Inserts the reference mark with the same character formatting as the Footnote Reference or Endnote Reference style....field_note_ref (): doc = aw . Document () builder = aw . DocumentBuilder...()) builder . insert_break ( aw . BreakType . PAGE_BREAK ) i...
Aspose.Words.Paragraph class. Represents a paragraph of text... let doc = new aw . Document (); // A blank document...document node. let section = new aw . Section ( doc ); doc . appendChild...
ListLevel.font property. Specifies character formatting used for the list label.... let doc = new aw . Document (); // A list allows...let list = doc . lists . add ( aw . Lists . ListTemplate . NumberDefault...
TaskPane.is_visible property. Specifies whether the task pane shows as visible by default when the document opens.... doc = aw . Document () # Create task pane...location. my_script_task_pane = aw . webextensions . TaskPane ()...
Document.first_section property. Gets the first section in the document.... doc = aw . Document ( file_name = MY_DIR... ( aw . HeaderFooterType . FOOTER_PRIMARY ) options = aw . replacing...