javax.swing.text.html

Class CSS

  • All Implemented Interfaces:
    Serializable

    public class CSS
    extends Object
    implements Serializable
    Defines a set of CSS attributes as a typesafe enumeration. The HTML View implementations use CSS attributes to determine how they will render. This also defines methods to map between CSS/HTML/StyleConstants. Any shorthand properties, such as font, are mapped to the intrinsic properties.

    The following describes the CSS properties that are suppored by the rendering engine:

    • font-family
    • font-style
    • font-size (supports relative units)
    • font-weight
    • font
    • color
    • background-color (with the exception of transparent)
    • background-image
    • background-repeat
    • background-position
    • background
    • text-decoration (with the exception of blink and overline)
    • vertical-align (only sup and super)
    • text-align (justify is treated as center)
    • margin-top
    • margin-right
    • margin-bottom
    • margin-left
    • margin
    • padding-top
    • padding-right
    • padding-bottom
    • padding-left
    • padding
    • border-top-style
    • border-right-style
    • border-bottom-style
    • border-left-style
    • border-style (only supports inset, outset and none)
    • border-top-color
    • border-right-color
    • border-bottom-color
    • border-left-color
    • border-color
    • list-style-image
    • list-style-type
    • list-style-position
    The following are modeled, but currently not rendered.
    • font-variant
    • background-attachment (background always treated as scroll)
    • word-spacing
    • letter-spacing
    • text-indent
    • text-transform
    • line-height
    • border-top-width (this is used to indicate if a border should be used)
    • border-right-width
    • border-bottom-width
    • border-left-width
    • border-width
    • border-top
    • border-right
    • border-bottom
    • border-left
    • border
    • width
    • height
    • float
    • clear
    • display
    • white-space
    • list-style

    Note: for the time being we do not fully support relative units, unless noted, so that p { margin-top: 10% } will be treated as if no margin-top was specified.

    See Also:
    StyleSheet
    • Constructor Detail

      • CSS

        public CSS()
    • Method Detail

      • getAllAttributeKeys

        public static CSS.Attribute[] getAllAttributeKeys()
        Return the set of all possible CSS attribute keys.
      • getAttribute

        public static final CSS.Attribute getAttribute(String name)
        Translates a string to a CSS.Attribute object. This will return null if there is no attribute by the given name.
        Parameters:
        name - the name of the CSS attribute to fetch the typesafe enumeration for
        Returns:
        the CSS.Attribute object, or null if the string doesn't represent a valid attribute key

Traduction non disponible

Les API Java ne sont pas encore traduites en français sur l'infobrol. Seule la version anglaise est disponible pour l'instant.

Document créé le 31/08/2006, dernière modification le 04/03/2020
Source du document imprimé : https://www.gaudry.be/java-api-rf-javax/swing/text/html/css.html

L'infobrol est un site personnel dont le contenu n'engage que moi. Le texte est mis à disposition sous licence CreativeCommons(BY-NC-SA). Plus d'info sur les conditions d'utilisation et sur l'auteur.

Références

  1. Consulter le document html Langue du document :fr Manuel PHP : https://docs.oracle.com, CSS

Ces références et liens indiquent des documents consultés lors de la rédaction de cette page, ou qui peuvent apporter un complément d'information, mais les auteurs de ces sources ne peuvent être tenus responsables du contenu de cette page.
L'auteur de ce site est seul responsable de la manière dont sont présentés ici les différents concepts, et des libertés qui sont prises avec les ouvrages de référence. N'oubliez pas que vous devez croiser les informations de sources multiples afin de diminuer les risques d'erreurs.

Table des matières Haut