FindReplaceOptions.findWholeWordsOnly property. True indicates the oldValue must be a standalone word....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...find-and-replace process. let options = new aw . Replacing . FindReplaceOptions...
RevisionOptions.delete_cell_color property. Allows to specify the color to be used for deleted cells [RevisionType.DELETION](../../../aspose.words/revisiontype/#DELETION)... doc = aw . Document ( file_name = MY_DIR...revision_options . insert_cell_color = aw . layout . RevisionColor . LIGHT_BLUE...
PageSetup.chapter_page_separator property. Gets or sets the separator character that appears between the chapter number and the page number.... doc = aw . Document ( file_name = MY_DIR...page_setup . page_number_style = aw . NumberStyle . UPPERCASE_ROMAN...
PdfSaveOptions.page_layout property. Specifies the page layout to be used when the document is opened in a PDF reader.... doc = aw . Document ( file_name = MY_DIR...pages on the left. save_options = aw . saving . PdfSaveOptions ()...
Shape.horizontal_rule_format property. Provides access to the properties of the horizontal rule shape... doc = aw . Document () builder = aw . DocumentBuilder...horizontal_rule_format . alignment = aw . drawing . HorizontalRuleAlignm...
Field.type property. Gets the Microsoft Word field type.... doc = aw . Document () builder = aw . DocumentBuilder...yyyy"' ) self . assertEqual ( aw . fields . FieldType . FIELD_DATE...
XlsxSaveOptions.section_mode property. Gets or sets the way how sections are handled when saving to the output XLSX document... doc = aw . Document ( file_name = MY_DIR...worksheet. xlsx_save_options = aw . saving . XlsxSaveOptions ()...
Aspose.Words.HeaderFooter class. Represents a container for the header or footer text of a section... let doc = new aw . Document (); // Create a header...let header = new aw . HeaderFooter ( doc , aw . HeaderFooterType...