public final class SheetFormat extends Object
Modifier and Type | Class and Description |
---|---|
static class |
SheetFormat.Kind
Kind of sheet style.
|
Modifier and Type | Method and Description |
---|---|
static SheetFormat |
data(String name)
Returns data sheet format representation.
|
SheetFormat.Kind |
getKind()
Returns the kind of this format.
|
String |
getName()
Returns the name of this sheet.
|
static SheetFormat |
rule(String name)
Returns rule sheet format representation.
|
String |
toString() |
public static SheetFormat data(String name)
name
- the sheet nameIllegalArgumentException
- if some parameters were null
public static SheetFormat rule(String name)
name
- the sheet nameIllegalArgumentException
- if some parameters were null
public SheetFormat.Kind getKind()
public String getName()
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.