Group 16: ViewOptionsEx

[Top]  [Chapter]  [Previous]  [Next]

Group 16 : Change the way the text is formatted and displayed in the editor.  Also See ViewOptions.

 

If you use a split screen editor both editors can use different modes.

 

usage: Memo.SetBProp(16, X, -1) to deactivate, Memo.SetBProp(16, X, 1) to activate.

 

  0: wpAlwaysDrawImageAnchors - always draw the thumb tacks for movable images

  1: wpAlwaysDrawTextboxAnchors - always draw the thumb tacks for text boxes

  2: wpAutoThumbnailMode - when thumbnail mode is active, use special logic for clicking and display  // default = on

  3: wpDisableAllSpecialAttributes - do not highlight hyperlinks, fields etc (See SpecialTextAttr)

  4: wpDisableCharacterStyles - ignore character styles (RTF \cs tag)

  5: wpDisableColorInTableOfContents - a table of contents will be printed in black, no matter which color the text uses (default=on)

  6: wpDontExtendSelectionToRightMargin - when selection text, the highlight color will not extend to right border of page

  7: wpInvertActiveRow - Invert the cells of the current row

  8: wpInvertActiveRowExceptForProtected - Do not invert protected cells

 

  9:  wpShowCurrentCellAsSelected - Displays current cell to be selected. Disables current selection

  10: wpShowCurrentRowAsSelected - Displays current table row to be selected. Disables current selection

  11: wpShowCurrentTableAsSelected - Displays current table to be selected. Disables current selection

  12: wpCursorPreview, // Draw a dotted line where the cursor will be placed when the user moves the mose over the text.

  13: wpUnderlineWebLinks // Underline http, https and www

 

  14: wpHideParBordersBeforAndAfterPageBreaks, // Hide borders at page breaks

  15: wpShowColumns, // Only for Premium - draw rectangles a round columns (are not printed!)

  16: wpShowColumnCenterLine, // Only for Premium - draw a line in the middle between all columns

  17: wpDontHideUnderlineAtLineEnd, // Don't hide underline under spaces in justified text at line end

  18: wpDisable2PassPaint // Disable the 2 pass paint system which first paints character background and then the text

 

  19:  wpDontClearPageBackground, // do not draw page background. This is usefull if you paint your own in OnPaintWatermark

  20:  wpPaintThemedBackground (reserved, not used yet)

  21:  wpPaintPageShade, // DEFAULT - cannot be combined with  wpUseThemedBackground

                    shaded_background

  22:  wpInstantDisplayAfterLoad // After LoadFromStream the file is displayed at once, not in the next idle cycle. This is also useful for DB control

  23:  wpDisableAutomaticImageAntialiasing, // Use this nto avoid blur

  24:  wpInteractiveFORMTextObjects // Automatically handle the MouseDown event for the FORMCHECKBOX object


[group_16_viewoptionsex.htm]    Copyright © 2007 by WPCubed GmbH