Edit

Default menu item - Edit

Default menu item Edit

Edit - description of items

Select all objects

See mode to select all objects.

Script equivalent: onSelectMode_AllObjects()

Select graphical operators

See mode to select graphical operators.

Script equivalent: onSelectMode_GraphicalOperators()

Select text

See mode to select text.

Script equivalent: onSelectMode_Text()

Select annotations

See mode to select annotations.

Script equivalent: onSelectMode_Annot()

Set color

Set actual foreground color and background color to all selected operators in Stream or Selection tab of Object tree and property editor.

Script equivalent: setOpColor()

Set font

Set actual font and font size to all selected operators in Stream or Selection tab of Object tree and property editor.

Script equivalent: editFontProps()

Set relative position of operator

Set delta move position of every selected operator. Operators must be selected in order for this function to be avaliable. Useful when moving single operators on a page (see selection modes).

Script equivalent: moveOperPos()

Change relative position

Set delta move position of a text block. Text operators must be selected in order for this function to be avaliable. Useful when moving text paragraphs on a page (see selection modes).

Script equivalent: moveTextPos()

Set line dash style

Set dash pattern of graphical objects. Graphical objects must be selected in order for this function to be avaliable.

Dash pattern dialog

Dash pattern dialog

After choosing the dash pattern this dash pattern will be set to all selected graphical operators.

Note: Changing dash pattern may result in changing dash pattern of other graphical operators (see PdfReference).

Script equivalent: setDashPattern()

Set line width

Set line width to all selected graphical operators.

Note: Changing line width may result in changing line width of other graphical operators (see PdfReference).

Script equivalent: setLineWidth()