Document.protectionType property. Gets the currently active document protection type....let doc = new aw . Document (); doc . protect ( aw . ProtectionType... protectionType ). toEqual ( aw . ProtectionType . ReadOnly );...
RtfSaveOptions.saveImagesAsWmf property. When ``true`` all images will be saved as WMF....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...imageData . imageType ). toEqual ( aw . Drawing . ImageType . Jpeg...
FrameFormat.width property. Gets the width of the specified frame, in points.... let doc = new aw . Document ( base . myDir + "Paragraph...frameFormat . heightRule ). toEqual ( aw . HeightRule . AtLeast ); expect...
ViewOptions.doNotDisplayPageBoundaries property. Turns off display of the space between the top of the text and the top edge of the page....let doc = new aw . Document (); let builder = new aw . DocumentBuilder..." ); builder . insertBreak ( aw . BreakType . PageBreak ); builder...
Font.color property. Gets or sets the color of the font....let doc = new aw . Document (); let builder = new aw . DocumentBuilder..."Courier New" ; font . underline = aw . Underline . Dash ; builder...