:: com :: sun :: star :: text ::

struct GraphicCrop

Elements' Summary
Top contains the top value to cut (if negative) or to extend (if positive)  
Bottom contains the bottom value to cut (if negative) or to extend (if positive)  
Left contains the left value to cut (if negative) or to extend (if positive)  
Right contains the right value to cut (if negative) or to extend (if positive)  
Elements' Details
Top
long Top;
Description
contains the top value to cut (if negative) or to extend (if positive)
Bottom
long Bottom;
Description
contains the bottom value to cut (if negative) or to extend (if positive)
Left
long Left;
Description
contains the left value to cut (if negative) or to extend (if positive)
Right
long Right;
Description
contains the right value to cut (if negative) or to extend (if positive)
Top of Page