Enum svgparser::ValueId [] [src]

pub enum ValueId {
    Accumulate,
    AfterEdge,
    All,
    Alphabetic,
    Auto,
    Baseline,
    BeforeEdge,
    Bevel,
    BidiOverride,
    Blink,
    Block,
    Bold,
    Bolder,
    Butt,
    Central,
    Collapse,
    Compact,
    Condensed,
    CrispEdges,
    Crosshair,
    CurrentColor,
    Default,
    EResize,
    Embed,
    End,
    Evenodd,
    Expanded,
    ExtraCondensed,
    ExtraExpanded,
    Fill,
    GeometricPrecision,
    Hanging,
    Help,
    Hidden,
    Ideographic,
    Inherit,
    Inline,
    InlineTable,
    Italic,
    Large,
    Larger,
    Lighter,
    LineThrough,
    LinearRGB,
    ListItem,
    Lr,
    LrTb,
    Ltr,
    Marker,
    Mathematical,
    Medium,
    Middle,
    Miter,
    Move,
    NResize,
    Narrower,
    NeResize,
    NoChange,
    None,
    Nonzero,
    Normal,
    NwResize,
    ObjectBoundingBox,
    Oblique,
    OptimizeLegibility,
    OptimizeQuality,
    OptimizeSpeed,
    Overline,
    Pad,
    Painted,
    Pointer,
    Reflect,
    Repeat,
    ResetSize,
    Rl,
    RlTb,
    Round,
    Rtl,
    RunIn,
    SResize,
    Scroll,
    SeResize,
    SemiCondensed,
    SemiExpanded,
    Small,
    SmallCaps,
    Smaller,
    Square,
    SRGB,
    Start,
    Stroke,
    Sub,
    Super,
    SwResize,
    Table,
    TableCaption,
    TableCell,
    TableColumn,
    TableColumnGroup,
    TableFooterGroup,
    TableHeaderGroup,
    TableRow,
    TableRowGroup,
    Tb,
    TbRl,
    Text,
    TextAfterEdge,
    TextBeforeEdge,
    UltraCondensed,
    UltraExpanded,
    Underline,
    UseScript,
    UserSpaceOnUse,
    Visible,
    VisibleFill,
    VisiblePainted,
    VisibleStroke,
    WResize,
    Wait,
    Wider,
    XLarge,
    XSmall,
    XxLarge,
    XxSmall,
}

List of all values for presentation attributes.

Variants

Methods

impl ValueId
[src]

Converts name into id.

Converts id into name.

Trait Implementations

impl PartialEq for ValueId
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Clone for ValueId
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for ValueId
[src]

impl Debug for ValueId
[src]

Formats the value using the given formatter.