aspose.words.JoinRunsOptions class. Provides configuration flags for the join runs operation.... doc = aw . Document () builder = aw . DocumentBuilder...attributes during join. options = aw . JoinRunsOptions () options...
PageSetup.line_number_distance_from_text property. Gets or sets distance between the right edge of line numbers and the left edge of the document.... doc = aw . Document () builder = aw . DocumentBuilder.... line_number_restart_mode = aw . LineNumberRestartMod . RESTART_PAGE...
ChartDataLabel.showDataLabelsRange property. Allows to specify if values from data labels range to be displayed in the data labels...let doc = new aw . Document (); let builder = new aw . DocumentBuilder...chartShape = builder . insertChart ( aw . Drawing . Charts . ChartType...
ChartSeries.dataPoints property. Returns a collection of formatting objects for all data points in this series....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...chartShape = builder . insertChart ( aw . Drawing . Charts . ChartType...
Stroke.base_fore_color property. Gets the base foreground color of the stroke without any modifiers.... doc = aw . Document () builder = aw . DocumentBuilder... insert_shape ( shape_type = aw . drawing . ShapeType . RECTANGLE...
Udělejte si dokument pouze pro čtení tak, aby obsah mohl být kopírován nebo čten, ale nebyl upraven pomocí Python....words as aw doc = aw . Document () builder = aw . DocumentBuilder...as read-only. doc . protect ( aw . ProtectionType . READ_ONLY...
להפוך את המסמך לקריאה בלבד כך שניתן להעתיק את התוכן או לקרוא, אך לא לשנות באמצעות שימוש Python....words as aw doc = aw . Document () builder = aw . DocumentBuilder...as read-only. doc . protect ( aw . ProtectionType . READ_ONLY...
SystemFontSource.get_system_font_folders method. Returns system font folders or empty array if folders are not accessible.... doc = aw . Document () doc . font_settings = aw . fonts ....()[ 0 ] self . assertEqual ( aw . fonts . FontSourceType . SYSTEM_FONTS...