aspose.words.StoryType enumeration. Text of a Word document is stored in stories... doc = aw . Document () builder = aw . DocumentBuilder... insert_shape ( shape_type = aw . drawing . ShapeType . CUBE...
FieldBarcode.postal_address property. Gets or sets the postal address used for generating a barcode or the name of the bookmark that refers to it.... doc = aw . Document () builder = aw . DocumentBuilder... insert_field ( field_type = aw . fields . FieldType . FIELD_BARCODE...
FieldBarcode.facing_identification_mark property. Gets or sets the type of a Facing Identification Mark (FIM) to insert.... doc = aw . Document () builder = aw . DocumentBuilder... insert_field ( field_type = aw . fields . FieldType . FIELD_BARCODE...
TabStopCollection indexer. Gets a tab stop at the given index.... doc = aw . Document () builder = aw . DocumentBuilder...tab_stops . add ( tab_stop = aw . TabStop ( position = 72 ))...
PageSetup.layout_mode property. Gets or sets the layout mode of this section.... doc = aw . Document () builder = aw . DocumentBuilder.... page_setup . layout_mode = aw . SectionLayoutMode . GRID builder...
ChartSeriesGroup.series property. Gets a collection of series that belong to this series group.... doc = aw . Document () builder = aw . DocumentBuilder... insert_chart ( chart_type = aw . drawing . charts . ChartType...
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...