Package ch.rabanti.picoxlsx4j.style
Annotation Type AppendAnnotation
-
@Retention(RUNTIME) @Target(FIELD) public @interface AppendAnnotation
Annotation designated to control the copying of style properties
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description boolean
ignore
Indicates whether the property annotated with the attribute is ignored during the copying of propertiesboolean
nestedProperty
Indicates whether the property annotated with the attribute is a nested property.
-
-
-
-
nestedProperty
boolean nestedProperty
Indicates whether the property annotated with the attribute is a nested property. Nested properties are ignored but during the copying of properties but can be broken down to its sub-properties- Returns:
- True if the style property is nested (default false)
- Default:
- false
-
-