public final class ExControl extends ExEmbed
1. ExControlAtom (4091) 2. ExOleObjAtom (4035) 3. CString (4026), Instance MenuName (1) used for menus and the Links dialog box. 4. CString (4026), Instance ProgID (2) that stores the OLE Programmatic Identifier. A ProgID is a string that uniquely identifies a given object. 5. CString (4026), Instance ClipboardName (3) that appears in the paste special dialog. 6. MetaFile( 4033), optional
_children
Modifier | Constructor and Description |
---|---|
|
ExControl()
Create a new ExEmbed, with blank fields
|
protected |
ExControl(byte[] source,
int start,
int len)
Set things up, and find our more interesting children
|
Modifier and Type | Method and Description |
---|---|
ExControlAtom |
getExControlAtom()
Gets the
ExControlAtom . |
long |
getRecordType()
Returns the type (held as a little endian in bytes 3 and 4)
that this class handles.
|
getClipboardName, getExEmbedAtom, getExOleObjAtom, getMenuName, getProgId, setClipboardName, setMenuName, setProgId, writeOut
addChildAfter, addChildBefore, appendChildRecord, findFirstOfType, getChildRecords, handleParentAwareRecords, isAnAtom, moveChildBefore, moveChildrenAfter, moveChildrenBefore, removeChild, setChildRecord, writeOut
buildRecordAtOffset, createRecordForType, findChildRecords, writeLittleEndian, writeLittleEndian
protected ExControl(byte[] source, int start, int len)
source
- the source data as a byte array.start
- the start offset into the byte array.len
- the length of the slice in the byte array.public ExControl()
public ExControlAtom getExControlAtom()
ExControlAtom
.ExControlAtom
.public long getRecordType()
getRecordType
in class ExEmbed
Copyright © 2005-2010 Potix Corporation. All Rights Reserved.