Package org.verapdf.gf.model.impl.sa
Class GFSAAttributesDictionary
- java.lang.Object
-
- org.verapdf.gf.model.impl.sa.GFSAAttributesDictionary
-
- All Implemented Interfaces:
IAttributesDictionary
public class GFSAAttributesDictionary extends Object implements IAttributesDictionary
- Author:
- Maxim Plushchov
-
-
Constructor Summary
Constructors Constructor Description GFSAAttributesDictionary(PDStructElem pdStructElem)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description longgetColSpan()longgetRowSpan()
-
-
-
Constructor Detail
-
GFSAAttributesDictionary
public GFSAAttributesDictionary(PDStructElem pdStructElem)
-
-
Method Detail
-
getColSpan
public long getColSpan()
- Specified by:
getColSpanin interfaceIAttributesDictionary
-
getRowSpan
public long getRowSpan()
- Specified by:
getRowSpanin interfaceIAttributesDictionary
-
-