Paragraph.break_is_style_separator property. True if this paragraph break is a Style Separator... doc = aw . Document () builder = aw . DocumentBuilder...u' ) builder . insert_break ( aw . BreakType . PAGE_BREAK ) #...
LoadOptions.load_format property. Specifies the format of the document to be loaded...load_options = aw . loading . HtmlLoadOptions ( load_format = aw . LoadFormat...IMAGE_DIR ) self . assertEqual ( aw . LoadFormat . HTML , load_options...
EditableRange.editorGroup property. Returns or sets an alias (or editing group) which shall be used to determine if the current user shall be allowed to edit this editable range....let doc = new aw . Document (); doc . protect ( aw . ProtectionType..."MyPassword" ); let builder = new aw . DocumentBuilder ( doc ); builder...
ParagraphFormat.keepTogether property. True if all lines in the paragraph are to remain on the same page....let doc = new aw . Document (); let builder = new aw . DocumentBuilder..."Arial" ; font . underline = aw . Underline . Dash ; let paragraphFormat...
PdfSaveOptions.attachmentsEmbeddingMode property. Gets or sets a value determining how attachments are embedded to the PDF document....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...null ); let saveOptions = new aw . Saving . PdfSaveOptions ();...
ParagraphFormat.borders property. Gets collection of borders of the paragraph.... doc = aw . Document () builder = aw . DocumentBuilder...= 4 top_border . line_style = aw . LineStyle . DASH_SMALL_GAP...
Aspose.Words.Saving.ImlRenderingMode enumeration. Specifies how ink (InkML) objects are rendered to fixed page formats.... let doc = new aw . Document ( base . myDir + "Ink...saveOptions = new aw . Saving . ImageSaveOptions ( aw . SaveFormat...
VbaModuleCollection.add method. Adds a module to the collection.... let doc = new aw . Document (); // Create a new...VBA project. let project = new aw . Vba . VbaProject (); project...