Documentation
¶
Overview ¶
Package selection provides Go bindings for android.graphics.pdf.models.selection.
Index ¶
Constants ¶
const (
Creator = consts.Creator
)
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Boundary ¶
Boundary wraps android.graphics.pdf.models.selection.SelectionBoundary.
func NewBoundary ¶
NewBoundary creates a new android.graphics.pdf.models.selection.SelectionBoundary instance.
func (*Boundary) DescribeContents ¶
DescribeContents calls android.graphics.pdf.models.selection.SelectionBoundary.describeContents.
func (*Boundary) GetIndex ¶
GetIndex calls android.graphics.pdf.models.selection.SelectionBoundary.getIndex.
func (*Boundary) GetIsRtl ¶
GetIsRtl calls android.graphics.pdf.models.selection.SelectionBoundary.getIsRtl.
type PageSelection ¶
PageSelection wraps android.graphics.pdf.models.selection.PageSelection.
func NewPageSelection ¶
func NewPageSelection(vm *jni.VM, arg0 int32, arg1 *jni.Object, arg2 *jni.Object, arg3 *jni.Object) (*PageSelection, error)
NewPageSelection creates a new android.graphics.pdf.models.selection.PageSelection instance.
func (*PageSelection) DescribeContents ¶
func (m *PageSelection) DescribeContents() (int32, error)
DescribeContents calls android.graphics.pdf.models.selection.PageSelection.describeContents.
func (*PageSelection) GetPage ¶
func (m *PageSelection) GetPage() (int32, error)
GetPage calls android.graphics.pdf.models.selection.PageSelection.getPage.
func (*PageSelection) GetStart ¶
func (m *PageSelection) GetStart() (*jni.Object, error)
GetStart calls android.graphics.pdf.models.selection.PageSelection.getStart.
func (*PageSelection) GetStop ¶
func (m *PageSelection) GetStop() (*jni.Object, error)
GetStop calls android.graphics.pdf.models.selection.PageSelection.getStop.
func (*PageSelection) WriteToParcel ¶
func (m *PageSelection) WriteToParcel(arg0 *jni.Object, arg1 int32) error
WriteToParcel calls android.graphics.pdf.models.selection.PageSelection.writeToParcel.