Searched refs:_xPropPageStyle (Results 1 – 1 of 1) sorted by relevance
93 public Size changePageAlignment(XPropertySet _xPropPageStyle, boolean _bIsLandscape) in changePageAlignment() argument97 _xPropPageStyle.setPropertyValue("IsLandscape", Boolean.valueOf(_bIsLandscape)); in changePageAlignment()98 …Size aPageSize = (Size) AnyConverter.toObject(Size.class, _xPropPageStyle.getPropertyValue("Size")… in changePageAlignment()102 _xPropPageStyle.setPropertyValue("Size", aSize); in changePageAlignment()103 … return (Size) AnyConverter.toObject(Size.class, _xPropPageStyle.getPropertyValue("Size")); in changePageAlignment()