public static class StyleProject.GridRowStyle extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="FontName" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="FontSize" type="{http://www.w3.org/2001/XMLSchema}int"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
fontName |
protected Integer |
fontSize |
| Constructor and Description |
|---|
GridRowStyle() |
| Modifier and Type | Method and Description |
|---|---|
String |
getFontName()
Gets the value of the fontName property.
|
Integer |
getFontSize()
Gets the value of the fontSize property.
|
void |
setFontName(String value)
Sets the value of the fontName property.
|
void |
setFontSize(Integer value)
Sets the value of the fontSize property.
|
public String getFontName()
Stringpublic void setFontName(String value)
value - allowed object is
Stringpublic Integer getFontSize()
StringCopyright © 2000–2025 MPXJ. All rights reserved.