pageStyle = page.getPageStyle();
pageStyleProperties = pageStyle.getProperties();
value = pageStyleProperties.getIsLandscape();
Assert.assertEquals(false, value);
localOfficeApplication.deactivate();
} catch (Exception exception) {
exception.printStackTrace();
Assert.fail();
}
}