|
Components |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface HTMLExportSelectorInterface
Methods implemented by the Export Selector adapters to deal with HTML exporting format.
Method Summary | |
---|---|
HTMLExportCSSInfoInterface[] |
getCSSInfo()
Given the URLS, the MIME types, the media lists and the titles of the CSS style sheets, stores them into an array of HTMLExportCSSInfoInterface objects and returns the array. |
java.lang.String[] |
getCssMediaList()
returns the media lists of the CSS style sheets. |
java.lang.String[] |
getCssMIMEType()
returns the MIME types of the CSS style sheets. |
java.lang.String[] |
getCssTitle()
returns the titles of the CSS style sheets. |
java.lang.String[] |
getCssURL()
Returns the URLs of the CSS style sheets. |
void |
setCssMediaList(java.lang.String[] value)
Sets the media lists of the CSS style sheets. |
void |
setCssMIMEType(java.lang.String[] value)
Sets the MIME types of the CSS style sheets. |
void |
setCssTitle(java.lang.String[] value)
Sets the titles of the CSS style sheets. |
void |
setCssURL(java.lang.String[] value)
Sets the URLs of the CSS style sheets. |
Method Detail |
---|
java.lang.String[] getCssURL()
void setCssURL(java.lang.String[] value)
value
- The URLs of the CSS style sheets.java.lang.String[] getCssMIMEType()
void setCssMIMEType(java.lang.String[] value)
value
- The MIME types of the CSS style sheets.java.lang.String[] getCssMediaList()
void setCssMediaList(java.lang.String[] value)
value
- The media lists of the CSS style sheets.java.lang.String[] getCssTitle()
void setCssTitle(java.lang.String[] value)
value
- The titles of the CSS style sheets.HTMLExportCSSInfoInterface[] getCSSInfo()
HTMLExportCSSInfoInterface
objects and returns the array.
Into the returned array there's one HTMLExportCSSInfoInterface
object for each CSS style sheet.
HTMLExportCSSInfoInterface
objects containing the info about the CSS style sheets.
|
Components |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |