![]() |
Initializes a new instance of the DisplayOptions class. |
![]() | Determines whether the specified Object is equal to the current Object. |
![]() | This method returns whether or not to do 508 validity checking for HTMLElements. If this is true, HTMLElements will try to enforce that the developer does not make HTML that is not 508 compliant. |
![]() | This method returns whether or not to use line breaks after elements where it does not affect the HTML output. |
![]() | Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table. |
![]() | Call this method to obtain the base url used for all HTMLImg objects being displayed |
![]() | This method returns whether or not the browser is Netscape. |
![]() | Get the value of the lang attribute. |
![]() | This method returns the style class prefix used for all HTMLElement objects being displayed. |
![]() | Gets the Type of the current instance. |
![]() | This method sets whether or not to do 508 validity checking for HTMLElements. If this is true, HTMLElements will try to enforce that the developer does not make HTML that is not 508 compliant. |
![]() | This method controls whether or not to use line breaks after elements where it does not affect the HTML output. |
![]() | Call this method to set the base url used for all HTMLImg objects being displayed. Call this method only on the root HTMLElement object. If you are building an HTMLPage, for example, call myPage.SetImgBaseUrl( "http://blah/" );. All nested HTMLImg objects may use the base url specified on the HTMLPage object. HTMLImg objects may or may not use this base url specified. |
![]() | This method sets whether or not the browser is Netscape. Certain HTMLElements will display differently on Netscape versus other browsers. |
![]() | Set the value of the lang attribute. |
![]() | Call this method to set the style class prefix used for all HTMLElement objects being displayed. Call this method only on the root HTMLElement object. If you are building an HTMLPage, for example, call myPage.SetStyleClassPrefix( "PREFIX" );. All nested objects may use the prefix specified on the HTMLPage object. |
![]() | Returns a String that represents the current Object. |
![]() | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. |
![]() | Creates a shallow copy of the current Object. |
DisplayOptions Class | com.plumtree.xpshared.htmlelements Namespace