public class PlfLfo
extends java.lang.Object
Documentation quoted from Page 424 of 621. [MS-DOC] -- v20110315 Word (.doc) Binary File Format
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
int |
getIlfoByLsid(int lsid) |
LFO |
getLfo(int ilfo) |
LFOData |
getLfoData(int ilfo) |
int |
getLfoMac()
An unsigned integer that specifies the count of elements in both the
rgLfo and rgLfoData arrays.
|
int |
hashCode() |
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int getLfoMac()
public int getIlfoByLsid(int lsid)
public LFO getLfo(int ilfo) throws java.util.NoSuchElementException
ilfo
- 1-based indexLFO
stored at the given indexjava.util.NoSuchElementException
public LFOData getLfoData(int ilfo) throws java.util.NoSuchElementException
ilfo
- 1-based indexLFOData
stored at the given indexjava.util.NoSuchElementException
public int hashCode()
hashCode
in class java.lang.Object
Copyright 2020 The Apache Software Foundation or its licensors, as applicable.