All Frameworks Object Hierarchy This Framework Indexes
CatBannerPosition (Enumeration)
enum CatBannerPosition {
catBannerPositionNone,
catBannerPositionBottom,
catBannerPositionTop,
catBannerPositionLeft,
catBannerPositionRight
}
Banner position.
This banner is used by the PageSetup object for document printing.
It is composed of a customized text, and possibly a logo.
- Values:
-
- catBannerPositionNone
- The print has no banner
- catBannerPositionBottom
- The banner is located along the bottom side of the print
- catBannerPositionTop
- The banner is located along the top side of the print
- catBannerPositionLeft
- The banner is located along the left side of the print
- catBannerPositionRight
- The banner is located along the right side of the print