Uses of Class
org.apache.poi.hslf.record.RecordAtom

Packages that use RecordAtom
Package
Description
 
  • Uses of RecordAtom in org.apache.poi.hslf.record

    Modifier and Type
    Class
    Description
    final class 
    An atom record that specifies the animation information for a shape.
    final class 
    A ColorSchemeAtom (type 2032).
    final class 
    An atomic record containing information about a comment.
    final class 
    A CString (type 4026).
    final class 
    A Document Atom (type 1001).
    final class 
    A Document Encryption Atom (type 12052).
    final class 
    An atom record that specifies an ActiveX control.
    class 
    The atom that holds metadata on a specific embedded object in the document.
    final class 
    Tne atom that holds metadata on a specific Link in the document.
    final class 
    An atom record that specifies information about external audio or video data.
    class 
    Tne atom that holds the seed info used by a ExObjList
    final class 
    ExObjRefAtom (3009).
    class 
    Atom storing information for an OLE object.
    class 
    Storage for embedded OLE objects.
    final class 
    This atom corresponds exactly to a Windows Logical Font (LOGFONT) structure.
    final class 
    An atom record that specifies options for displaying headers and footers on a presentation slide or notes slide.
    class 
    Tne atom that holds metadata on Links in the document.
    final class 
    Specifies the Indent Level for the text
    final class 
    A Notes Atom (type 1009).
    final class 
    OEPlaceholderAtom (3011).
    final class 
    OEPlaceholderAtom (3998).
    final class 
    General holder for PersistPtrFullBlock and PersistPtrIncrementalBlock records.
    class 
    A special (and dangerous) kind of Record Atom that cares about where it lives on the disk, or who has other Atoms that care about where this is on the disk.
    final class 
    These are actually wrappers onto Escher drawings.
    final class 
    Container records which always exists inside Document.
    final class 
    An atom record that specifies that a shape is a header or footer placeholder shape
    final class 
    A Slide Atom (type 1007).
    final class 
    A SlidePersist Atom (type 1011).
    final class 
    Storage for embedded sounds.
    class 
    A SlideShowSlideInfo Atom (type 1017).

    An atom record that specifies which transition effects to perform during a slide show, and how to advance to the next presentation slide.

    Combination of effectType and effectDirection: typedescriptiondirection 0cut0x00 = no transition, 0x01 = black transition 1random0x00 2blinds0x00 = vertical, 0x01 = horizontal 3checkerlike blinds 4cover0x00 = left, 0x01 = up, 0x02 = right, 0x03 = down, 0x04 = left/up, 0x05 = right/up, 0x06 left/down, 0x07 = left/down 5dissolve0x00 6fade0x00 7uncoverlike cover 8random barslike blinds 9stripslike 0x04 - 0x07 of cover 10wipelike 0x00 - 0x03 of cover 11box in/out0x00 = out, 0x01 = in 13split0x00 = horizontally out, 0x01 = horizontally in, 0x02 = vertically out, 0x03 = vertically in 17diamond0x00 18plus0x00 19wedge0x00 20pushlike 0x00 - 0x03 of cover 21comblike blinds 22newsflash0x00 23alphafade0x00 26wheelnumber of radial divisions (0x01,0x02,0x03,0x04,0x08) 27circle0x00 255undefined0x00
    final class 
    The atom record that specifies additional text formatting.
    final class 
    A StyleTextPropAtom (type 4001).
    final class 
    A TextBytesAtom (type 4008).
    final class 
    A TextCharsAtom (type 4000).
    final class 
    A TextHeaderAtom (type 3999).
    final class 
    Ruler of a text as it differs from the style's ruler settings.
    final class 
    The special info runs contained in this text.
    final class 
    Tne atom that holds starting and ending character positions of a hyperlink
    final class 
    TxMasterStyleAtom atom (4003).
    final class 
    If we come across a record we don't know about, we create one of these.
    final class 
    A UserEdit Atom (type 4085).
    final class 
    An atom record that specifies a reference to the VBA project storage.
    Constructors in org.apache.poi.hslf.record with parameters of type RecordAtom
    Modifier
    Constructor
    Description
    protected
    ExEmbed(RecordAtom embedAtom)
    Constructor for derived classes