Modifier and Type | Method and Description |
---|---|
OfficeAnnotation |
OfficeAnnotationBuilder.build() |
OfficeAnnotation |
Range.getAnnotation()
Returns the annotation/comment of the first Cell in this range.
|
OfficeAnnotation[][] |
Range.getAnnotations()
Returns the rectangular grid of the annotations for this range.
|
Modifier and Type | Method and Description |
---|---|
void |
Range.setAnnotation(OfficeAnnotation annotation)
Set an annotation for all the cells in this range.
|
void |
Range.setAnnotations(OfficeAnnotation... annotations)
Set a set of anotations to the range.
|
void |
Range.setAnnotations(OfficeAnnotation[][] annotations)
Set a set of annotations to the range.
|
Copyright © 2023. All rights reserved.