Uses of Class
org.openmobilealliance.schema.sti.v1_0.Text

Packages that use Text
org.alembik.util Provides the utility classes handling transcoding request and response objects. 
org.openmobilealliance.schema.sti.v1_0 Provides all the DTO classes defined by OMA-STI v1_0. 
 

Uses of Text in org.alembik.util
 

Methods in org.alembik.util with parameters of type Text
static TranscodingUtils.CSSVersion TranscodingUtils.getCSSVersion(Text text)
          Returns the CSS support type of a transcoded page.
static TranscodingUtils.ImageRendering TranscodingUtils.getImageRendering(Text text)
          Returns the image rendering option selected for a transcoded page.
static TranscodingUtils.MarkupLanguage TranscodingUtils.getMarkupLanguage(Text text)
          Returns the markup language set for a transcoded page.
static TranscodingUtils.PageSizeEval TranscodingUtils.getPageSizeEval(Text text)
          Returns the page size evaluation algorithm of a transcoded page.
static java.lang.Integer TranscodingUtils.getScreenHeight(Text text)
          Returns the height requested for a text document transcoded by the web rendering engine.
static java.lang.Integer TranscodingUtils.getScreenWidth(Text text)
          Returns the width requested for a text document transcoded by the web rendering engine.
static void TranscodingUtils.setCSSVersion(Text text, TranscodingUtils.CSSVersion cssVersion)
          Sets the desired CSS support for a page to be transcoded.
static void TranscodingUtils.setImageRendering(Text text, TranscodingUtils.ImageRendering option)
          Requests the specified image rendering option for a page to be transcoded.
static void TranscodingUtils.setMarkupLanguage(Text text, TranscodingUtils.MarkupLanguage markupLanguage)
          Sets the desired markup language for a page to be transcoded.
static void TranscodingUtils.setPageSizeEval(Text text, TranscodingUtils.PageSizeEval eval)
          Requests the specified algorithm evaluating the size of a transcoded page.
 

Uses of Text in org.openmobilealliance.schema.sti.v1_0
 

Methods in org.openmobilealliance.schema.sti.v1_0 that return Text
 Text ObjectFactory.createText()
          Create an instance of Text
 Text TranscodingParams.getText()
          Gets the value of the text property.
 Text Multipart.getText()
          Gets the value of the text property.
 

Methods in org.openmobilealliance.schema.sti.v1_0 with parameters of type Text
 void TranscodingParams.setText(Text value)
          Sets the value of the text property.
 void Multipart.setText(Text value)
          Sets the value of the text property.