aspose.words.ai.OpenAiModel class. An abstract class representing the integration with OpenAI's large language 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.Lists.ListTrailingCharacter enumeration. Specifies the character that separates the list label from the text of the paragraph.... let doc = new aw . Document (); // A list allows...let list = doc . lists . add ( aw . Lists . ListTemplate . NumberDefault...
List.listLevels property. Gets the collection of list levels for this list.... let doc = new aw . Document (); // A list allows...let list = doc . lists . add ( aw . Lists . ListTemplate . NumberDefault...
SignOptions.signatureLineImage property. The image that will be shown in associated [SignatureLine](../../../aspose.words.drawing/signatureline/)...; let certificatePassword = "aw" ; let signees = createSignees...certificatePassword ) { let document = new aw . Document ( srcDocumentPath...
aspose.words.webextensions.WebExtensionStoreType enumeration. Enumerates available types of a web extension store.... doc = aw . Document () # Create task pane...location. my_script_task_pane = aw . webextensions . TaskPane ()...
FieldIndex.has_sequence_name property. Gets a value indicating whether a sequence should be used while the field's result building.... doc = aw . Document () builder = aw . DocumentBuilder... insert_field ( field_type = aw . fields . FieldType . FIELD_INDEX...
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...
DigitalSignatureDetails.sign_options property. Gets or sets a [DigitalSignatureDetails.sign_options](./) object used to sign a document.... doc = aw . Document ( file_name = MY_DIR...docx' ) certificate_holder = aw . digitalsignatures . CertificateHolder...
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...