@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, wait
getGenericChildren, getGenericRecordType
public 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.IOException
public java.util.Map<java.lang.String,java.util.function.Supplier<?>> getGenericProperties()
getGenericProperties
in interface GenericRecord
Copyright 2021 The Apache Software Foundation or its licensors, as applicable.