Uses of Enum Class
org.faceless.publisher.type.PageSize.Orientation

Packages that use org.faceless.publisher.type.PageSize.Orientation
Package
Description
Contains utility classes and interfaces which are used across BFO Publisher
  • Uses of org.faceless.publisher.type.PageSize.Orientation in org.faceless.publisher.type

    Methods in org.faceless.publisher.type that return org.faceless.publisher.type.PageSize.Orientation in in
    Modifier and Type
    Method
    Description
    static org.faceless.publisher.type.PageSize.Orientation
    PageSize.Orientation.fromString(String ident)
     
    org.faceless.publisher.type.PageSize.Orientation
    PageSize.getOrientation()
     
    static org.faceless.publisher.type.PageSize.Orientation
    PageSize.Orientation.valueOf(String name)
     
    static org.faceless.publisher.type.PageSize.Orientation[]
    PageSize.Orientation.values()
     
    Constructors in org.faceless.publisher.type with parameters of type org.faceless.publisher.type.PageSize.Orientation in in
    Modifier
    Constructor
    Description
     
    PageSize(org.faceless.publisher.type.Length width, org.faceless.publisher.type.Length height, org.faceless.publisher.type.PageSize.Orientation orientation)