Range.update_fields method. Updates the values of document fields in this range.... doc = aw . Document () builder = aw . DocumentBuilder...Category' ) builder . insert_break ( aw . BreakType . SECTION_BREAK_EVEN_PAGE...
HtmlFixedSaveOptions.use_target_machine_fonts property. Flag indicates whether fonts from target machine must be used to display the document... doc = aw . Document ( MY_DIR + 'Bullet...alternative font.docx' ) save_options = aw . saving . HtmlFixedSaveOptions...
Paragraph.list_label property. Gets a [Paragraph.list_label](./) object that provides access to list numbering value and formatting for this paragraph.... doc = aw . Document ( file_name = MY_DIR...paras = doc . get_child_nodes ( aw . NodeType . PARAGRAPH , True...
ChartDataLabelCollection.show_series_name property. Returns or sets a Boolean to indicate the series name display behavior for the data labels of the entire series... doc = aw . Document () builder = aw . DocumentBuilder... insert_chart ( chart_type = aw . drawing . charts . ChartType...
Esplora la classe Aspose.Words.ChartAxisTitle per gestire facilmente le proprietà dei titoli degli assi e migliorare l'impatto visivo del tuo documento....Add ( "AW Series 1" , new string [] { "AW Category 1" , "AW Category...
TxtListIndentation.count property. Gets or sets how many [TxtListIndentation.character](../character/) to use as indentation per one list level... doc = aw . Document () builder = aw . DocumentBuilder...plaintext. txt_save_options = aw . saving . TxtSaveOptions ()...
Revision.author property. Gets or sets the author of this revision... doc = aw . Document () builder = aw . DocumentBuilder...get_text ()) self . assertEqual ( aw . RevisionType . INSERTION ,...
Aspose.Words.Saving.OdtSaveOptions class. Can be used to specify additional options when saving a document into the [SaveFormat.Odt](../../aspose.words/saveformat/#Odt) or [SaveFormat.Ott](../../aspose.words/saveformat/#Ott) format... let doc = new aw . Document ( base . myDir + "Rendering...docx" ); let saveOptions = new aw . Saving . OdtSaveOptions ();...
FileFormatInfo.encoding property. Gets the detected encoding if applicable to the current document format... info = aw . FileFormatUtil . detect_file_format...html' ) self . assertEqual ( aw . LoadFormat . HTML , info ....