FormField.name property. Gets or sets the form field name....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...comboBox . type ). toEqual ( aw . Fields . FieldType . FieldFormDropDown...
TextBoxControl.text property. Gets or sets a text of the control.... doc = aw . Document ( file_name = MY_DIR...docm' ) shape = doc . get_child ( aw . NodeType . SHAPE , 0 , True...
ParagraphCollection.to_array method. Copies all paragraphs from the collection to a new array of paragraphs.... doc = aw . Document ( file_name = MY_DIR...enumeration. doc = aw . Document () builder = aw . DocumentBuilder...
DocSaveOptions.savePictureBullet property. When ``false``, PictureBullet data is not saved to output document... let doc = new aw . Document ( base . myDir + "Image...saveOptions = new aw . Saving . DocSaveOptions ( aw . SaveFormat ...
Aspose.Words.Drawing.HorizontalRuleFormat class. Represents horizontal rule formatting...let doc = new aw . Document (); let builder = new aw . DocumentBuilder...horizontalRuleFormat . alignment = aw . Drawing . HorizontalRuleAlignm...
PdfLoadOptions.skip_pdf_images property. Gets or sets the flag indicating whether images must be skipped while loading PDF document... options = aw . loading . PdfLoadOptions ()...options . page_count = 1 doc = aw . Document ( file_name = MY_DIR...
FieldToc.captionless_table_of_figures_label property. Gets or sets the name of the sequence identifier used when building a table of figures that does not include caption's label and number.... doc = aw . Document () builder = aw . DocumentBuilder... insert_field ( field_type = aw . fields . FieldType . FIELD_TOC...
SvgSaveOptions.show_page_border property. Controls whether a border is added to the outline of the page... doc = aw . Document ( file_name = MY_DIR...or selectable text. options = aw . saving . SvgSaveOptions ()...
Python 에서 DOCX, DOC, PDF 및 기타 다양한 파일 형식을 편집합니다....words as aw doc = aw.Document( "Input.docx" ) builder = aw.DocumentBuilder(doc)...words as aw doc = aw.Document( "Input.docx" ) builder = aw.DocumentBuilder(doc)...