com.microstrategy.web.objects.WebSubscriptionDeliveryModePrintProperties |
Each subscription is associated with a delivery mode. Each delivery mode
may define specific properties, which are encapsulated by the relevant
WebSubscriptionDeliveryModeProperties
sub-interface.
[Expand]
Inherited Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
abstract int |
getCopies()
Retrieves the number of copies that should be printed
| ||||||||||
abstract int |
getRangeEnd()
Retrieves the number indicating the last report page that should be printed
| ||||||||||
abstract int |
getRangeStart()
Retrieves the number indicating the first report page that should be printed
| ||||||||||
abstract boolean |
isCollated()
Indicates whether the printing should be collated
| ||||||||||
abstract boolean | isPortrait() | ||||||||||
abstract void |
setCollate(boolean collate)
sets a parameter indicating whether printing should be collated
| ||||||||||
abstract void |
setCopies(int copies)
Sets the number of copies that should be printed
| ||||||||||
abstract void | setPortrait(boolean isPortrait) | ||||||||||
abstract void |
setRangeEnd(int end)
sets the number indicating the last report page that should be printed.
| ||||||||||
abstract void |
setRangeStart(int start)
Sets the number indicating the first report page that should be printed
Note that this will take effect only if
setUsePrintRange(boolean) is set to true | ||||||||||
abstract void |
setUsePrintRange(boolean usePrintRange)
Sets whether a print range should be used.
| ||||||||||
abstract boolean |
usePrintRange()
Returns whether a print range should be used.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() |
Retrieves the number of copies that should be printed
Retrieves the number indicating the last report page that should be printed
Retrieves the number indicating the first report page that should be printed
Indicates whether the printing should be collated
sets a parameter indicating whether printing should be collated
collate | indicates whether the printing should be collated |
---|
Sets the number of copies that should be printed
copies | the number of copies that should be printed |
---|
sets the number indicating the last report page that should be printed.
Note that this will take effect only if setUsePrintRange(boolean)
is set to true
end | the number indicating the last report page that should be printed |
---|
Sets the number indicating the first report page that should be printed
Note that this will take effect only if setUsePrintRange(boolean)
is set to true
start | the number indicating the first report page that should be printed |
---|
Sets whether a print range should be used.
Returns whether a print range should be used.