Pacote | mx.printing |
Classe | public final class FlexPrintJobScaleType |
Herança | FlexPrintJobScaleType Object |
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Flex 3 |
Versões de runtime: | Flash Player 9, AIR 1.1 |
scaleType
property
of the FlexPrintJob.addObject() method parameter.
Mais exemplos
Elementos da API relacionados
Constante | Definido por | ||
---|---|---|---|
FILL_PAGE : String = "fillPage" [estático]
Scales the object to fill at least one page completely;
that is, it selects the larger of the MATCH_WIDTH or MATCH_HEIGHT
scale types. | FlexPrintJobScaleType | ||
MATCH_HEIGHT : String = "matchHeight" [estático]
Scales the object to fill the available page height. | FlexPrintJobScaleType | ||
MATCH_WIDTH : String = "matchWidth" [estático]
Scales the object to fill the available page width. | FlexPrintJobScaleType | ||
NONE : String = "none" [estático]
Does not scale the output. | FlexPrintJobScaleType | ||
SHOW_ALL : String = "showAll" [estático]
Scales the object to fit on a single page, filling one dimension;
that is, it selects the smaller of the MATCH_WIDTH or MATCH_HEIGHT
scale types. | FlexPrintJobScaleType |
FILL_PAGE | Constante |
public static const FILL_PAGE:String = "fillPage"
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Flex 3 |
Versões de runtime: | Flash Player 9, AIR 1.1 |
Scales the object to fill at least one page completely; that is, it selects the larger of the MATCH_WIDTH or MATCH_HEIGHT scale types.
MATCH_HEIGHT | Constante |
public static const MATCH_HEIGHT:String = "matchHeight"
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Flex 3 |
Versões de runtime: | Flash Player 9, AIR 1.1 |
Scales the object to fill the available page height. If the resulting object width exceeds the page width, the output spans multiple pages.
MATCH_WIDTH | Constante |
public static const MATCH_WIDTH:String = "matchWidth"
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Flex 3 |
Versões de runtime: | Flash Player 9, AIR 1.1 |
Scales the object to fill the available page width. If the resulting object height exceeds the page height, the output spans multiple pages.
NONE | Constante |
public static const NONE:String = "none"
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Flex 3 |
Versões de runtime: | Flash Player 9, AIR 1.1 |
Does not scale the output. The printed page has the same dimensions as the object on the screen. If the object height, width, or both dimensions exceed the page width or height, the output spans multiple pages.
SHOW_ALL | Constante |
public static const SHOW_ALL:String = "showAll"
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Flex 3 |
Versões de runtime: | Flash Player 9, AIR 1.1 |
Scales the object to fit on a single page, filling one dimension; that is, it selects the smaller of the MATCH_WIDTH or MATCH_HEIGHT scale types.
Wed Jun 13 2018, 11:10 AM Z