Package | Description |
---|---|
org.apache.poi.ddf |
This package contains classes for decoding the Microsoft Office Drawing format otherwise
known as escher henceforth known in POI as the Dreadful Drawing Format.
|
org.apache.poi.hslf.record |
Modifier and Type | Method and Description |
---|---|
EscherTextboxRecord |
EscherTextboxRecord.copy() |
Constructor and Description |
---|
EscherTextboxRecord(EscherTextboxRecord other) |
Modifier and Type | Method and Description |
---|---|
EscherTextboxRecord |
EscherTextboxWrapper.getEscherRecord()
Returns the underlying DDF Escher Record
|
Constructor and Description |
---|
EscherTextboxWrapper(EscherTextboxRecord textbox)
Creates the wrapper for the given DDF Escher Record and children
|
Copyright 2022 The Apache Software Foundation or its licensors, as applicable.