FieldIndex.page_range_separator property. Gets or sets the character sequence that is used to separate the start and end of a page range.... doc = aw . Document () builder = aw . DocumentBuilder... insert_field ( field_type = aw . fields . FieldType . FIELD_INDEX...
FileFormatInfo.hasDigitalSignature property. Returns ``true`` if this document contains a digital signature...delete ( signedFile ); let info = aw . FileFormatUtil . detectFileFormat...+ "Document.docx" ); expect ( aw . FileFormatUtil . loadFormatToExtensio...
ListFormat.listLevel property. Returns the list level formatting plus any formatting overrides applied to the current paragraph.... let doc = new aw . Document (); // A list allows...let list = doc . lists . add ( aw . Lists . ListTemplate . NumberDefault...
aspose.words.ai.GoogleAiModel class. An abstract class representing the integration with Google’s AI models within the Aspose.Words.... first_doc = aw . Document ( file_name = MY_DIR...document.docx' ) second_doc = aw . Document ( file_name = MY_DIR...
aspose.words.ai.AiModelType enumeration. Represents the types of [AiModel](../aimodel/) that can be integrated into the document processing workflow.... first_doc = aw . Document ( file_name = MY_DIR...document.docx' ) second_doc = aw . Document ( file_name = MY_DIR...
WebExtension.is_frozen property. Specifies whether the user can interact with the web extension or not.... doc = aw . Document () # Create task pane...location. my_script_task_pane = aw . webextensions . TaskPane ()...
ListLevel.textPosition property. Returns or sets the position (in points) for the second line of wrapping text for the list level.... let doc = new aw . Document (); // A list allows...let list = doc . lists . add ( aw . Lists . ListTemplate . NumberDefault...
aspose.words.drawing.WrapType enumeration. Specifies how text is wrapped around a shape or picture.... doc = aw . Document () builder = aw . DocumentBuilder...builder . move_to_header_footer ( aw . HeaderFooterType . HEADER_PRIMARY...
Stroke.weight property. Defines the brush thickness that strokes the path of a shape in points.... doc = aw . Document () builder = aw . DocumentBuilder...shape_type = aw . drawing . ShapeType . RECTANGLE , horz_pos = aw . drawing...