Results 541 - 550 of 1635.
Resizing a PictureWith Scaling
updated:2006-08-18 08:51:36
1. Select what to resize. Select an area to resize, or deselect a selected area if you want to resize the entire picture. 2. Choose the Resize command from the Effects menu. The Resize dialog box will appear. 3. Change the size. The current size of the area or picture will be shown in the Width and Height text boxes, and below the Size values at the...
Resizing a PictureWithout Scaling
updated:2006-08-18 08:49:40
1. Select what to resize. Select an area to resize, or deselect a selected area if you want to resize the entire picture. 2. Choose the Resize command from the Effects menu. The Resize dialog box will appear. 3. Change the size. The current size of the area or picture will be shown in the Width and Height text boxes, and below the Size values at the...
AddTextFXPoint
updated:2006-08-18 08:45:47
Adds path segments to a text object fx path. This only works with PageStream Professional or the TextFX addon. New in PageStream 4.0. addtextfxpoint [MOVETO x1 y1] [LINETO x1 y1] [CURVETO cx1 cy1 cx2 cy2 px2 py2] [CLOSEPATH] [CORNERJOIN | SMOOTHJOIN] [ATEND | AFTER pointindex | BEFORE pointindex] [DOCUMENT document | WINDOW document-window | OBJECTID...
AddPoint
updated:2006-08-18 08:45:13
Adds a point to the current path. addpoint <[MOVETO pointx pointy [join]] | [LINETO pointx pointy [join]] | [CURVETO curvex1 curvey1 curvex2 curvey2 pointx pointy [join]] | [CLOSEPATH]> [PAGE number | WINDOW name | OBJECTID number] MOVETO/d The first point of a new path or subpath. LINETO/d Draws a line to the point. CURVETO/d Draws a bezier curve to...
AddPictureMaskPoint
updated:2006-08-18 08:43:31
Adds path segments to a picture mask. New in PageStream 4.0. addpicturemaskpoint [MOVETO x1 y1] [LINETO x1 y1] [CURVETO cx1 cy1 cx2 cy2 px2 py2] [CLOSEPATH] [CORNERJOIN | SMOOTHJOIN] [ATEND | AFTER pointindex | BEFORE pointindex] [DOCUMENT document | WINDOW document-window | OBJECTID objectid] Examples: ARexx: addpicturemaskpoint moveto 1 1 lineto 2 1...
AddGuides
updated:2006-08-18 08:43:01
Adds guide(s) to a master page. addguides [type] <AT position> [MPG name] type/k The guide axis. Options: HORIZONTAL | VERTICAL. AT/d The position(s) of the guide(s) to add. MPG/s The master page name and side. Examples: ARexx: addguides vertical at 2.5 mpg left addguides horizontal at 2.5 3.5...
AddEPSMaskPoint
updated:2006-08-18 08:22:06
Adds path segments to an EPS mask. New in PageStream 4.0. addepsmaskpoint [MOVETO x1 y1] [LINETO x1 y1] [CURVETO cx1 cy1 cx2 cy2 px2 py2] [CLOSEPATH] [CORNERJOIN | SMOOTHJOIN] [ATEND | AFTER pointindex | BEFORE pointindex] [DOCUMENT document | WINDOW document-window | OBJECTID objectid] Examples: ARexx: addepsmaskpoint moveto 1 1 lineto 2 1 lineto 22 lineto...
AddDrawingMaskPoint
updated:2006-08-18 08:14:15
Adds path segments to a drawings mask. New in PageStream 4.0. adddrawingmaskpoint [MOVETO x1 y1] [LINETO x1 y1] [CURVETO cx1 cy1 cx2 cy2 px2 py2] [CLOSEPATH] [CORNERJOIN | SMOOTHJOIN] [ATEND | AFTER pointindex | BEFORE pointindex] [DOCUMENT document | WINDOW document-window | OBJECTID objectid] Examples: ARexx: adddrawingmaskpoint moveto 1 1 lineto 2 1...
AddArexxList
updated:2006-08-18 08:13:40
Adds an item to an allocated list. addarexxlist <handle/S item> handle/i The list to which to add the item. item/s The item to add. Notes: The first item added to a list is item 0, the second is item 1... There is no limit to the number of items in a list. Examples: ARexx: addarexxlist choices 'First choice'...
Resizing
updated:2006-08-17 22:27:11
BME allows you to resize pictures and areas numerically. You can enlarge or reduce the size of a picture or area with or without scaling the picture data. Reducing the size of a picture or area without scaling will crop the picture data. Enlarging the size of a picture or area without scaling will add additional pixels to the picture. The new pixels will be...
Previous 1 11 21 31 41 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 75 85 95 105 115 125 135 145 155 Next
 PageStream Guide
 PageStream Scripting Documentation
 BME User Documentation
 BME Scripting Documentation
 PageLiner User Documentation
 PageLiner Scripting Documentation
 HHV User Documentation
 Developer Documentation
 PageStream Web Site
 PageStream Web Site Documentation
 PageStream Document Gallery
 PageStream Script Gallery