| Package | com.flexicious.print.printareas |
| Interface | public interface IPrintPreview extends mx.core.IFlexDisplayObject, mx.core.IUIComponent |
| Implementors | PrintPreview |
| Property | Defined By | ||
|---|---|---|---|
| content : Container [read-only] | IPrintPreview | ||
| currentPage : int | IPrintPreview | ||
| printOptions : PrintOptions | IPrintPreview | ||
| progress : String [write-only] | IPrintPreview | ||
| totalPages : int | IPrintPreview | ||
| Method | Defined By | ||
|---|---|---|---|
validateNow():void | IPrintPreview | ||
| content | property |
content:Container [read-only] public function get content():Container| currentPage | property |
currentPage:int public function get currentPage():int public function set currentPage(value:int):void| printOptions | property |
printOptions:PrintOptions public function get printOptions():PrintOptions public function set printOptions(value:PrintOptions):void| progress | property |
progress:String [write-only] public function set progress(value:String):void| totalPages | property |
totalPages:int public function get totalPages():int public function set totalPages(value:int):void| validateNow | () | method |
public function validateNow():void