跳至主內容

搜尋

搜尋

Obtaining Available Paper Sizes

評論

1 條評論

  • Avatar
    Legacy Poster

    To answer my own question: it turns out that java refuses paper sizes with x > y; it does not fit in a MediaSize.

    Java seems to have a different notion of orientation (from the java 1.7 api of OrientationRequested):

     

    PORTRAIT  The content will be imaged across the short edge of the medium.

    LANDSCAPE The content will be imaged across the long edge of the medium.

     

    so in java, orientation is not related to the print direction.

    0

登入寫評論。