Web Dynpro API Documentation

Uses of Class
com.sap.tc.webdynpro.clientserver.uielib.standard.api.WDTextViewDesign

Packages that use WDTextViewDesign
com.sap.tc.webdynpro.clientserver.uielib.standard.api Contains interfaces for accessing Web Dynpro UI elements and contains enumeration types used as UI element property types. 
 

Uses of WDTextViewDesign in com.sap.tc.webdynpro.clientserver.uielib.standard.api
 

Fields in com.sap.tc.webdynpro.clientserver.uielib.standard.api declared as WDTextViewDesign
static WDTextViewDesign WDTextViewDesign.EMPHASIZED
          Highlights the text and applies the standard font size.
static WDTextViewDesign WDTextViewDesign.HEADER1
          Highlights the text and applies the standard font size +4.
static WDTextViewDesign WDTextViewDesign.HEADER2
          Highlights the text and applies the standard font size +2.
static WDTextViewDesign WDTextViewDesign.HEADER3
          Highlights the text and applies the standard font size.
static WDTextViewDesign WDTextViewDesign.HEADER4
          Highlights the text and applies the standard font size -1 (small) -> (like the legend value, highlighted).
static WDTextViewDesign WDTextViewDesign.LABEL
          Displays the text using the standard font, a blank is inserted after the text.
static WDTextViewDesign WDTextViewDesign.LABEL_SMALL
          Displays the text using the standard font like the label value and the standard font size -1 like the font size for the header4 value.
static WDTextViewDesign WDTextViewDesign.LEGEND
          Displays the text using the standard font size -1.
static WDTextViewDesign WDTextViewDesign.REFERENCE
          Displays the text in italics and applies the standard font size.
static WDTextViewDesign WDTextViewDesign.STANDARD
          Displays the text using the standard font size.
static WDTextViewDesign WDTextViewDesign.MONOSPACE
          Displays the text using a non-proportional font size.
static WDTextViewDesign IWDTextView.DEFAULT_DESIGN
          Default value of property design.
 

Methods in com.sap.tc.webdynpro.clientserver.uielib.standard.api that return WDTextViewDesign
static WDTextViewDesign WDTextViewDesign.valueOf(int ordinal)
          Returns the enumeration value for the given ordinal.
static WDTextViewDesign WDTextViewDesign.valueOf(java.lang.String name)
          Returns the enumeration value for the given name.
 WDTextViewDesign IWDTextView.getDesign()
          Returns the value of the design property.
 

Methods in com.sap.tc.webdynpro.clientserver.uielib.standard.api with parameters of type WDTextViewDesign
 void IWDTextView.setDesign(WDTextViewDesign value)
          Sets property design to the new value.
 


Web Dynpro API Documentation

Copyright © 2004 SAP AG. Automatically generated Thu Mar 3 2005, 22:15