TabStop.equals method. Compares with the specified [TabStop](../)....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...( new aw . TabStop ( 72.0 )); tabStops . add ( new aw . TabStop...
Aspose.Words.FrameFormat class. Represents frame related formatting for a paragraph.... let doc = new aw . Document ( base . myDir + "Paragraph...frameFormat . heightRule ). toEqual ( aw . HeightRule . AtLeast ); expect...
aspose.words.Section class. Represents a single section in a document... doc = aw . Document () # A blank document...root document node. section = aw . Section ( doc ) doc . append_child...
AiModel.check_grammar method. Checks grammar of the provided document... doc = aw . Document ( file_name = MY_DIR...models. model = aw . ai . AiModel . create ( aw . ai . AiModelType...
aspose.words.tables.TextWrapping enumeration. Specifies how text is wrapped around the table.... doc = aw . Document () builder = aw . DocumentBuilder...() table . preferred_width = aw . tables . PreferredWidth . from_points...
Paragraph.breakIsStyleSeparator property. True if this paragraph break is a Style Separator...let doc = new aw . Document (); let builder = new aw . DocumentBuilder...\\u" ); builder . insertBreak ( aw . BreakType . PageBreak ); //...
Body.ensureMinimum method. If the last child is not a paragraph, creates and appends one empty paragraph.... let doc = new aw . Document (); // A blank document...document node. let section = new aw . Section ( doc ); doc . appendChild...