| TWPEditOptions Type |
Unit
WPRTEDefs
Declaration
TWPEditOptions = set of
(wpTableResizing, // Mobve left right indent }
wpTableOneCellResizing, // always only one cell, can be switched with CTRL key
wpTableColumnResizing, // change column width
wpTableRowResizing, // Change height of row. Also see EditOptionEx: wpTableRowResizingWithCTRL
wpClearAttrOnStyleChange, //ON: clear the redundant properties when the style name is changed.
wpNoAutoWordSelection, // don't select complete words (like Word)
wpObjectMoving, // move images (ObjType=wpobjImage)
wpObjectResizingWidth, // the width of objects can be changed
wpObjectResizingHeight, // the height of objects can be changed
wpObjectResizingKeepRatio, // the width/height of objects can be changed
wpObjectSelecting, // objects can be selected
wpObjectDeletion, // objects can be deleted (only used for TWPObject)
wpNoAutoScroll, // Switch off the new Auto Scroll Feature
// obsolete! wpFieldObjectsAsGraphicObjects, { work with TWPOFieldObject as if they were TWPOGraphics }
wpSpreadsheetCursorMovement, { Cursor up/down in Rows }
wpAutoInsertRow, { wpAutoInsertRow, TAB in last cell. Must be combined with wpSpreadsheetCursorMovement }
wpNoEditOutsideTable, { to simulate spreadsheet - V5 ok }
wpBreakTableOnReturnInRow, { V5: instead of inserting a row break up the table }
wpActivateUndo, { activate UNDO }
wpActivateUndoHotkey, { activate ALT + Backspace - requires wpAllowUndo set too }
wpActivateRedo, { makes backup of complete text ! }
wpActivateRedoHotkey, { makes backup of complete text ! }
wpAlwaysInsert, { don't switch to overwrite }
// wpDeactivateCharsetSwitching,
wpMoveCPOnPageUpDown, { Move Cursor on Page up or Down code - V5 ok }
wpAutoDetectHyperlinks, // Create a hyperlink after 'www.' was typed
wpNoHorzScrolling, //V5=ok
wpNoVertScrolling, //V5=ok
// wpNoAutomaticHangingBulletsAndNumbers, - see FormatOption!
// wpMDIDragAndDrop,
// wpDontDeleteExtraSpace,
// wpUseHyphenation, -> Moved to FormatOptions!
wpDontSelectCompleteField, // Selections will always wrap the complete merge field
wpSelectCompleteFieldAlsoWhenInside, // When selection inside of field also complete field is selected
wpStreamUndoOperation, // saves also additional info like bands, objects ..
//is default: wpToolBarDisableDifferentFontsInSelections, // Sets Size,Color, Font to blank is not = in a selection
wpTabToEditFields, // not used.
// wpAllowEditHeaderFooter
wpSelectPageOnDblClick, //V5=ok
// Used by TWPRichText only:
wpAllowCreateTableInTable // - the create table button allows nested tables
// Don't allow selection at all
);|
Copyright (C) by WP |