/** link to cross reference table properties */
 private List<? extends Object> getXRef() {
   List<CosXRef> xref = new ArrayList<>();
   final COSDocument document = (COSDocument) this.baseObject;
   xref.add(
       new PBCosXRef(document.isXRefSpacingsCompliesPDFA(), document.isXRefEOLCompliesPDFA()));
   return xref;
 }