public class StyleProject 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="RowHeight" type="{http://www.w3.org/2001/XMLSchema}int"/> <element name="GridRowStyle"> <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> </element> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Class and Description |
---|---|
static class |
StyleProject.GridRowStyle
Java class for anonymous complex type.
|
Modifier and Type | Field and Description |
---|---|
protected StyleProject.GridRowStyle |
gridRowStyle |
protected Integer |
rowHeight |
Constructor and Description |
---|
StyleProject() |
Modifier and Type | Method and Description |
---|---|
StyleProject.GridRowStyle |
getGridRowStyle()
Gets the value of the gridRowStyle property.
|
Integer |
getRowHeight()
Gets the value of the rowHeight property.
|
void |
setGridRowStyle(StyleProject.GridRowStyle value)
Sets the value of the gridRowStyle property.
|
void |
setRowHeight(Integer value)
Sets the value of the rowHeight property.
|
protected Integer rowHeight
protected StyleProject.GridRowStyle gridRowStyle
public Integer getRowHeight()
String
public void setRowHeight(Integer value)
value
- allowed object is
String
public StyleProject.GridRowStyle getGridRowStyle()
StyleProject.GridRowStyle
public void setGridRowStyle(StyleProject.GridRowStyle value)
value
- allowed object is
StyleProject.GridRowStyle
Copyright © 2000–2024 Packwood Software. All rights reserved.