getAvailableSizeInTwips
DESCRIPTION:
Given the margin values, returns the available size on the page in TWIPS.
USAGE:
getAvailableSizeInTwips(size=11, marg1=1, marg2=1)
ARGUMENTS:
- size
-
size of the page dimension in inches
- marg1
-
first margin (e.g. left margin) in inches
- marg2
-
second margin (e.g. right margin) in inches
VALUE:
Returns the amount of space available for report elements on the page in TWIPS.
AUTHOR(S):
TIBCO Software Inc.
EXAMPLES:
### finds page size
availPageSize <- getAvailableSizeInTwips(11, marg1=1.5, marg2=1)