|
Components |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface HTMLExportCSSInfoInterface
Represents a class that holds the information needed to declare a CSS style sheet into an HTML stream during the exporting An example of the CSS style sheet declaration is: link rel="stylesheet" href="/styles/sasComponents.css" media="screen" type="text/css"
Field Summary | |
---|---|
static java.lang.String |
DEFAULT_MIME_TYPE
Default MIME type used in the CSS declaration. |
static java.lang.String |
DEFAULT_URL
Default URL used in the CSS declaration. |
Method Summary | |
---|---|
java.lang.String |
getCSSMediaList()
Returns the list of the media types for which the style sheet should be applied. |
java.lang.String |
getCSSMIMEType()
Returns the MIME type of the CSS style sheet. |
java.lang.String |
getCSSTitle()
Returns the title of the CSS style sheet. |
java.lang.String |
getCSSURL()
Returns the URL of the CSS style sheet. |
void |
setCSSMediaList(java.lang.String mediaList)
Sets the list of the media types for which the style sheet should be applied. |
void |
setCSSMIMEType(java.lang.String type)
Sets the MIME type of the CSS style sheet. |
void |
setCSSTitle(java.lang.String title)
Sets the title of the CSS style sheet. |
void |
setCSSURL(java.lang.String url)
Sets the URL of the CSS style sheet. |
Field Detail |
---|
static final java.lang.String DEFAULT_MIME_TYPE
static final java.lang.String DEFAULT_URL
Method Detail |
---|
void setCSSURL(java.lang.String url)
url
- The URL of the style sheet.java.lang.String getCSSURL()
DEFAULT_URL
.void setCSSMIMEType(java.lang.String type)
type
- The MIME type of the CSS style sheet.java.lang.String getCSSMIMEType()
DEFAULT_MIME_TYPE
.void setCSSTitle(java.lang.String title)
title
- The title of the CSS style sheet.java.lang.String getCSSTitle()
HTMLExportCommandsAttributeNames.MISSING_VALUE
.void setCSSMediaList(java.lang.String mediaList)
mediaList
- The list of the media types for which the style sheet should be applied.java.lang.String getCSSMediaList()
HTMLExportCommandsAttributeNames.MISSING_VALUE
.
|
Components |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |