Results 541 - 550 of 1633.
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...
Filling an Area
updated:2006-08-17 22:22:14
BME allows you to fill the area inside a selection marquee. This is similar to drawing a filled box in a paint program and is a good way to clear part of a picture. To fill an area: Choose the ''Marquee'' tool and select an area if one is not already selected. Choose the ''Fill'' command from the...
Cropping a Picture and Cloning an Area
updated:2006-08-17 22:19:26
You can crop a picture to the selected area with the ''Crop'' command in the ''Effects'' menu. This removes all the pixels from outside the selection marquee and reduces the picture to the area. You can also copy the area into a new window without damaging the original size with the ''Clone''...
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