FieldDisplayBarcode.symbol_rotation property. Gets or sets the rotation of the barcode symbol... doc = aw . Document () builder = aw . DocumentBuilder...field = builder . insert_field ( aw . fields . FieldType . FIELD_DISPLAY_BARCODE...
ChartDataLabelCollection.separator property. Gets or sets string separator used for the data labels of the entire series... doc = aw . Document () builder = aw . DocumentBuilder... insert_chart ( chart_type = aw . drawing . charts . ChartType...
ListLevel.linked_style property. Gets or sets the paragraph style that is linked to this list level.... doc = aw . Document () builder = aw . DocumentBuilder...lists . add ( list_template = aw . lists . ListTemplate . NUMBER_DEFAULT...
Aspose.Words.AI.OpenAiModel class. An abstract class representing the integration with OpenAI's large language models within the Aspose.Words.... let firstDoc = new aw . Document ( base . myDir + "Big...docx" ); let secondDoc = new aw . Document ( base . myDir + "Document...
aspose.words.InlineStory class. Base class for inline-level nodes that can contain paragraphs and tables... doc = aw . Document () builder = aw . DocumentBuilder...insert_footnote ( footnote_type = aw . notes . FootnoteType . FOOTNOTE...
WORD را در کد Python ویرایش کنید....words as aw doc = aw.Document( "Input.docx" ) builder = aw.DocumentBuilder(doc)...words as aw doc = aw.Document( "Input.docx" ) builder = aw.DocumentBuilder(doc)...
TEXT را در کد Python ویرایش کنید....words as aw doc = aw.Document( "Input.txt" ) builder = aw.DocumentBuilder(doc)...words as aw doc = aw.Document( "Input.txt" ) builder = aw.DocumentBuilder(doc)...
HeaderFooter.is_header property. True if this [HeaderFooter](../) object is a header.... doc = aw . Document () # Create a header...body text. header = aw . HeaderFooter ( doc , aw . HeaderFooterType...
HeaderFooter.isHeader property. True if this [HeaderFooter](../) object is a header.... let doc = new aw . Document (); // Create a header...let header = new aw . HeaderFooter ( doc , aw . HeaderFooterType...
Section.protected_for_forms property. True if the section is protected for forms... doc = aw . Document () builder = aw . DocumentBuilder...' ) builder . insert_break ( aw . BreakType . SECTION_BREAK_NEW_PAGE...