Java org.apache.poi.hssf.record DConRefRecord fields, constructors, methods, implement or subclass

Example usage for Java org.apache.poi.hssf.record DConRefRecord fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.poi.hssf.record DConRefRecord.

The text is from its open source code.

Field

shortsid
The id of the record type, sid =

Method

intgetDataSize()
byte[]getPath()
StringgetReadablePath()
shortgetSid()
booleanisExternalRef()
Checks if the data source in this reference record is external to this sheet or internal.
voidserialize(LittleEndianOutput out)
StringtoString()