public class BorderStyle extends Object
Java class for BorderStyle complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="BorderStyle">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="style" type="{http://www.w3.org/2001/XMLSchema}string" default="S" />
<attribute name="width" default="1">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}float">
<minInclusive value="0"/>
</restriction>
</simpleType>
</attribute>
<attribute name="dashPattern" type="{http://www.w3.org/2001/XMLSchema}string" default="" />
<attribute name="dashPhase" type="{http://www.w3.org/2001/XMLSchema}int" default="0" />
<attribute name="effectStyle" type="{http://www.w3.org/2001/XMLSchema}string" default="" />
<attribute name="effectIntensity" type="{http://www.w3.org/2001/XMLSchema}float" default="0" />
<attribute name="interiorColor" type="{http://schema.webpdf.de/1.0/extraction/info}RgbColorType" default="#4800FF" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
dashPattern |
protected Integer |
dashPhase |
protected Float |
effectIntensity |
protected String |
effectStyle |
protected String |
interiorColor |
protected String |
style |
protected Float |
width |
| Constructor and Description |
|---|
BorderStyle() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDashPattern()
Gets the value of the dashPattern property.
|
int |
getDashPhase()
Gets the value of the dashPhase property.
|
float |
getEffectIntensity()
Gets the value of the effectIntensity property.
|
String |
getEffectStyle()
Gets the value of the effectStyle property.
|
String |
getInteriorColor()
Gets the value of the interiorColor property.
|
String |
getStyle()
Gets the value of the style property.
|
float |
getWidth()
Gets the value of the width property.
|
boolean |
isSetDashPattern() |
boolean |
isSetDashPhase() |
boolean |
isSetEffectIntensity() |
boolean |
isSetEffectStyle() |
boolean |
isSetInteriorColor() |
boolean |
isSetStyle() |
boolean |
isSetWidth() |
void |
setDashPattern(String value)
Sets the value of the dashPattern property.
|
void |
setDashPhase(int value)
Sets the value of the dashPhase property.
|
void |
setEffectIntensity(float value)
Sets the value of the effectIntensity property.
|
void |
setEffectStyle(String value)
Sets the value of the effectStyle property.
|
void |
setInteriorColor(String value)
Sets the value of the interiorColor property.
|
void |
setStyle(String value)
Sets the value of the style property.
|
void |
setWidth(float value)
Sets the value of the width property.
|
void |
unsetDashPhase() |
void |
unsetEffectIntensity() |
void |
unsetWidth() |
protected String style
protected Float width
protected String dashPattern
protected Integer dashPhase
protected String effectStyle
protected Float effectIntensity
protected String interiorColor
public String getStyle()
Stringpublic void setStyle(String value)
value - allowed object is
Stringpublic boolean isSetStyle()
public float getWidth()
Floatpublic void setWidth(float value)
value - allowed object is
Floatpublic boolean isSetWidth()
public void unsetWidth()
public String getDashPattern()
Stringpublic void setDashPattern(String value)
value - allowed object is
Stringpublic boolean isSetDashPattern()
public int getDashPhase()
Integerpublic void setDashPhase(int value)
value - allowed object is
Integerpublic boolean isSetDashPhase()
public void unsetDashPhase()
public String getEffectStyle()
Stringpublic void setEffectStyle(String value)
value - allowed object is
Stringpublic boolean isSetEffectStyle()
public float getEffectIntensity()
Floatpublic void setEffectIntensity(float value)
value - allowed object is
Floatpublic boolean isSetEffectIntensity()
public void unsetEffectIntensity()
public String getInteriorColor()
Stringpublic void setInteriorColor(String value)
value - allowed object is
Stringpublic boolean isSetInteriorColor()
Copyright © 2017–2023 SoftVision Development GmbH, Fulda, Germany. All rights reserved.