Property | Type | Description | |
---|---|---|---|
FitsInCurrentColumn | bool | ||
PageSizeBigEnough | bool | ||
PlaceInCurrentColumn | void | ||
RemoveLastRectangle | void | ||
StartNewColumn | void | ||
StartNewPage | void |
Method | Description | |
---|---|---|
DrawPage ( |
||
LayoutMultipleDescriptions ( IPrintableRectangle rectangles ) : void | ||
LayoutOneDescriptionPage ( IPrintableRectangle rectangle ) : int | ||
RectanglePositioner ( |
Method | Description | |
---|---|---|
FitsInCurrentColumn ( IPrintableRectangle rectangle, int startLine, int &numberLinesFit ) : bool | ||
PageSizeBigEnough ( IPrintableRectangle rectangles ) : bool | ||
PlaceInCurrentColumn ( IPrintableRectangle rectangle, int startLine, int countLines ) : void | ||
RemoveLastRectangle ( ) : void | ||
StartNewColumn ( ) : void | ||
StartNewPage ( ) : void |
public DrawPage ( |
||
g | ||
pageNumber | int | |
return | void |
public LayoutMultipleDescriptions ( IPrintableRectangle rectangles ) : void | ||
rectangles | IPrintableRectangle | |
return | void |
public LayoutOneDescriptionPage ( IPrintableRectangle rectangle ) : int | ||
rectangle | IPrintableRectangle | |
return | int |
public RectanglePositioner ( |
||
pageSize | ||
boxSize | float | |
spacing | float | |
return | System |