Package ch.rabanti.nanoxlsx4j.styles
Annotation Interface AppendAnnotation
Annotation designated to control the copying of style properties
-
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionboolean
Indicates whether the property annotated with the attribute is ignored during the copying of propertiesboolean
Indicates whether the property annotated with the attribute is a nested property.
-
Element Details
-
ignore
boolean ignoreIndicates whether the property annotated with the attribute is ignored during the copying of properties- Returns:
- True if property is not relevant to copy styles (default false)
- Default:
- false
-
nestedProperty
boolean nestedPropertyIndicates whether the property annotated with the attribute is a nested property. Nested properties are ignored 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
-