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()
String
public void setFontName(String value)
value
- allowed object is
String
public Integer getFontSize()
String
Copyright © 2000–2024 Packwood Software. All rights reserved.