public class XmlAdhocStyle extends Object
Java class for Style complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Style">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="font" type="{http://dynamicreports.sourceforge.net/schema/adhocconfiguration}Font" minOccurs="0"/>
<element name="topBorder" type="{http://dynamicreports.sourceforge.net/schema/adhocconfiguration}Pen" minOccurs="0"/>
<element name="leftBorder" type="{http://dynamicreports.sourceforge.net/schema/adhocconfiguration}Pen" minOccurs="0"/>
<element name="bottomBorder" type="{http://dynamicreports.sourceforge.net/schema/adhocconfiguration}Pen" minOccurs="0"/>
<element name="rightBorder" type="{http://dynamicreports.sourceforge.net/schema/adhocconfiguration}Pen" minOccurs="0"/>
</sequence>
<attribute name="foregroundColor" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="backgroundColor" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="horizontalAlignment" type="{http://dynamicreports.sourceforge.net/schema/adhocconfiguration}HorizontalAlignment" />
<attribute name="verticalAlignment" type="{http://dynamicreports.sourceforge.net/schema/adhocconfiguration}VerticalAlignment" />
<attribute name="pattern" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
backgroundColor |
protected XmlAdhocPen |
bottomBorder |
protected XmlAdhocFont |
font |
protected String |
foregroundColor |
protected XmlAdhocHorizontalAlignment |
horizontalAlignment |
protected XmlAdhocPen |
leftBorder |
protected String |
pattern |
protected XmlAdhocPen |
rightBorder |
protected XmlAdhocPen |
topBorder |
protected XmlAdhocVerticalAlignment |
verticalAlignment |
| Constructor and Description |
|---|
XmlAdhocStyle() |
| Modifier and Type | Method and Description |
|---|---|
String |
getBackgroundColor()
Gets the value of the backgroundColor property.
|
XmlAdhocPen |
getBottomBorder()
Gets the value of the bottomBorder property.
|
XmlAdhocFont |
getFont()
Gets the value of the font property.
|
String |
getForegroundColor()
Gets the value of the foregroundColor property.
|
XmlAdhocHorizontalAlignment |
getHorizontalAlignment()
Gets the value of the horizontalAlignment property.
|
XmlAdhocPen |
getLeftBorder()
Gets the value of the leftBorder property.
|
String |
getPattern()
Gets the value of the pattern property.
|
XmlAdhocPen |
getRightBorder()
Gets the value of the rightBorder property.
|
XmlAdhocPen |
getTopBorder()
Gets the value of the topBorder property.
|
XmlAdhocVerticalAlignment |
getVerticalAlignment()
Gets the value of the verticalAlignment property.
|
void |
setBackgroundColor(String value)
Sets the value of the backgroundColor property.
|
void |
setBottomBorder(XmlAdhocPen value)
Sets the value of the bottomBorder property.
|
void |
setFont(XmlAdhocFont value)
Sets the value of the font property.
|
void |
setForegroundColor(String value)
Sets the value of the foregroundColor property.
|
void |
setHorizontalAlignment(XmlAdhocHorizontalAlignment value)
Sets the value of the horizontalAlignment property.
|
void |
setLeftBorder(XmlAdhocPen value)
Sets the value of the leftBorder property.
|
void |
setPattern(String value)
Sets the value of the pattern property.
|
void |
setRightBorder(XmlAdhocPen value)
Sets the value of the rightBorder property.
|
void |
setTopBorder(XmlAdhocPen value)
Sets the value of the topBorder property.
|
void |
setVerticalAlignment(XmlAdhocVerticalAlignment value)
Sets the value of the verticalAlignment property.
|
protected XmlAdhocFont font
protected XmlAdhocPen topBorder
protected XmlAdhocPen leftBorder
protected XmlAdhocPen bottomBorder
protected XmlAdhocPen rightBorder
protected String foregroundColor
protected String backgroundColor
protected XmlAdhocHorizontalAlignment horizontalAlignment
protected XmlAdhocVerticalAlignment verticalAlignment
protected String pattern
public XmlAdhocFont getFont()
XmlAdhocFontpublic void setFont(XmlAdhocFont value)
value - allowed object is
XmlAdhocFontpublic XmlAdhocPen getTopBorder()
XmlAdhocPenpublic void setTopBorder(XmlAdhocPen value)
value - allowed object is
XmlAdhocPenpublic XmlAdhocPen getLeftBorder()
XmlAdhocPenpublic void setLeftBorder(XmlAdhocPen value)
value - allowed object is
XmlAdhocPenpublic XmlAdhocPen getBottomBorder()
XmlAdhocPenpublic void setBottomBorder(XmlAdhocPen value)
value - allowed object is
XmlAdhocPenpublic XmlAdhocPen getRightBorder()
XmlAdhocPenpublic void setRightBorder(XmlAdhocPen value)
value - allowed object is
XmlAdhocPenpublic String getForegroundColor()
Stringpublic void setForegroundColor(String value)
value - allowed object is
Stringpublic String getBackgroundColor()
Stringpublic void setBackgroundColor(String value)
value - allowed object is
Stringpublic XmlAdhocHorizontalAlignment getHorizontalAlignment()
XmlAdhocHorizontalAlignmentpublic void setHorizontalAlignment(XmlAdhocHorizontalAlignment value)
value - allowed object is
XmlAdhocHorizontalAlignmentpublic XmlAdhocVerticalAlignment getVerticalAlignment()
XmlAdhocVerticalAlignmentpublic void setVerticalAlignment(XmlAdhocVerticalAlignment value)
value - allowed object is
XmlAdhocVerticalAlignmentpublic String getPattern()
StringCopyright © 2010–2021. All rights reserved.