Default menu item Edit
Edit - description of items
See mode to select all objects.
Script equivalent: onSelectMode_AllObjects()
See mode to select graphical operators.
Script equivalent: onSelectMode_GraphicalOperators()
See mode to select text.
Script equivalent: onSelectMode_Text()
See mode to select annotations.
Script equivalent: onSelectMode_Annot()
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 actual font and font size to all selected operators in Stream or Selection tab of Object tree and property editor.
Script equivalent: editFontProps()
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()
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 dash pattern of graphical objects. Graphical objects must be selected in order for this function to be avaliable.
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 to all selected graphical operators.
Note: Changing line width may result in changing line width of other graphical operators (see PdfReference).
Script equivalent: setLineWidth()