@Internal public class SlideAtomLayout extends java.lang.Object implements GenericRecord
This might eventually merged with the XSLF counterpart
| Modifier and Type | Class and Description |
|---|---|
static class |
SlideAtomLayout.SlideLayoutType |
| Constructor and Description |
|---|
SlideAtomLayout(byte[] data)
Create a new Embedded SSlideLayoutAtom, from 12 bytes of data
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<java.lang.String,java.util.function.Supplier<?>> |
getGenericProperties() |
SlideAtomLayout.SlideLayoutType |
getGeometryType()
Retrieve the geometry type
|
void |
setGeometryType(SlideAtomLayout.SlideLayoutType geom)
Set the geometry type
|
void |
writeOut(java.io.OutputStream out)
Write the contents of the record back, so it can be written
to disk.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetGenericChildren, getGenericRecordTypepublic SlideAtomLayout(byte[] data)
public SlideAtomLayout.SlideLayoutType getGeometryType()
public void setGeometryType(SlideAtomLayout.SlideLayoutType geom)
public void writeOut(java.io.OutputStream out)
throws java.io.IOException
java.io.IOExceptionpublic java.util.Map<java.lang.String,java.util.function.Supplier<?>> getGenericProperties()
getGenericProperties in interface GenericRecordCopyright 2022 The Apache Software Foundation or its licensors, as applicable.