public class COSXRefInfo extends Object
| Constructor and Description |
|---|
COSXRefInfo()
Creates empty COSXrefInfo object.
|
| Modifier and Type | Method and Description |
|---|---|
long |
getStartXRef() |
COSTrailer |
getTrailer() |
COSXRefSection |
getXRefSection() |
void |
setStartXRef(long startXRef)
Sets offset of xref section.
|
void |
setTrailer(COSObject object)
Sets trailer of this section.
|
void |
setXref(COSXRefSection xref)
Sets xref section object.
|
public long getStartXRef()
public void setStartXRef(long startXRef)
public COSXRefSection getXRefSection()
public void setXref(COSXRefSection xref)
public COSTrailer getTrailer()
public void setTrailer(COSObject object)
Copyright © 2015–2018 The veraPDF Consortium. All rights reserved.