Documentation
¶
Overview ¶
Package content provides Go bindings for android.graphics.pdf.content.
Index ¶
- Constants
- func Init(env *jni.Env) error
- type PdfPageGotoLinkContent
- type PdfPageGotoLinkContentDestination
- func (m *PdfPageGotoLinkContentDestination) DescribeContents() (int32, error)
- func (m *PdfPageGotoLinkContentDestination) GetPageNumber() (int32, error)
- func (m *PdfPageGotoLinkContentDestination) GetXCoordinate() (float32, error)
- func (m *PdfPageGotoLinkContentDestination) GetYCoordinate() (float32, error)
- func (m *PdfPageGotoLinkContentDestination) GetZoom() (float32, error)
- func (m *PdfPageGotoLinkContentDestination) WriteToParcel(arg0 *jni.Object, arg1 int32) error
- type PdfPageImageContent
- type PdfPageLinkContent
- type PdfPageTextContent
Constants ¶
const (
Creator = consts.Creator
)
Variables ¶
This section is empty.
Functions ¶
Types ¶
type PdfPageGotoLinkContent ¶
PdfPageGotoLinkContent wraps android.graphics.pdf.content.PdfPageGotoLinkContent.
func NewPdfPageGotoLinkContent ¶
func NewPdfPageGotoLinkContent(vm *jni.VM, arg0 *jni.Object, arg1 *jni.Object) (*PdfPageGotoLinkContent, error)
NewPdfPageGotoLinkContent creates a new android.graphics.pdf.content.PdfPageGotoLinkContent instance.
func (*PdfPageGotoLinkContent) DescribeContents ¶
func (m *PdfPageGotoLinkContent) DescribeContents() (int32, error)
DescribeContents calls android.graphics.pdf.content.PdfPageGotoLinkContent.describeContents.
func (*PdfPageGotoLinkContent) GetDestination ¶
func (m *PdfPageGotoLinkContent) GetDestination() (*jni.Object, error)
GetDestination calls android.graphics.pdf.content.PdfPageGotoLinkContent.getDestination.
func (*PdfPageGotoLinkContent) WriteToParcel ¶
func (m *PdfPageGotoLinkContent) WriteToParcel(arg0 *jni.Object, arg1 int32) error
WriteToParcel calls android.graphics.pdf.content.PdfPageGotoLinkContent.writeToParcel.
type PdfPageGotoLinkContentDestination ¶
PdfPageGotoLinkContentDestination wraps android.graphics.pdf.content.PdfPageGotoLinkContent$Destination.
func (*PdfPageGotoLinkContentDestination) DescribeContents ¶
func (m *PdfPageGotoLinkContentDestination) DescribeContents() (int32, error)
DescribeContents calls android.graphics.pdf.content.PdfPageGotoLinkContent$Destination.describeContents.
func (*PdfPageGotoLinkContentDestination) GetPageNumber ¶
func (m *PdfPageGotoLinkContentDestination) GetPageNumber() (int32, error)
GetPageNumber calls android.graphics.pdf.content.PdfPageGotoLinkContent$Destination.getPageNumber.
func (*PdfPageGotoLinkContentDestination) GetXCoordinate ¶
func (m *PdfPageGotoLinkContentDestination) GetXCoordinate() (float32, error)
GetXCoordinate calls android.graphics.pdf.content.PdfPageGotoLinkContent$Destination.getXCoordinate.
func (*PdfPageGotoLinkContentDestination) GetYCoordinate ¶
func (m *PdfPageGotoLinkContentDestination) GetYCoordinate() (float32, error)
GetYCoordinate calls android.graphics.pdf.content.PdfPageGotoLinkContent$Destination.getYCoordinate.
func (*PdfPageGotoLinkContentDestination) GetZoom ¶
func (m *PdfPageGotoLinkContentDestination) GetZoom() (float32, error)
GetZoom calls android.graphics.pdf.content.PdfPageGotoLinkContent$Destination.getZoom.
func (*PdfPageGotoLinkContentDestination) WriteToParcel ¶
func (m *PdfPageGotoLinkContentDestination) WriteToParcel(arg0 *jni.Object, arg1 int32) error
WriteToParcel calls android.graphics.pdf.content.PdfPageGotoLinkContent$Destination.writeToParcel.
type PdfPageImageContent ¶
PdfPageImageContent wraps android.graphics.pdf.content.PdfPageImageContent.
func NewPdfPageImageContent ¶
func NewPdfPageImageContent(vm *jni.VM, arg0 string) (*PdfPageImageContent, error)
NewPdfPageImageContent creates a new android.graphics.pdf.content.PdfPageImageContent instance.
func (*PdfPageImageContent) DescribeContents ¶
func (m *PdfPageImageContent) DescribeContents() (int32, error)
DescribeContents calls android.graphics.pdf.content.PdfPageImageContent.describeContents.
func (*PdfPageImageContent) GetAltText ¶
func (m *PdfPageImageContent) GetAltText() (string, error)
GetAltText calls android.graphics.pdf.content.PdfPageImageContent.getAltText.
func (*PdfPageImageContent) WriteToParcel ¶
func (m *PdfPageImageContent) WriteToParcel(arg0 *jni.Object, arg1 int32) error
WriteToParcel calls android.graphics.pdf.content.PdfPageImageContent.writeToParcel.
type PdfPageLinkContent ¶
PdfPageLinkContent wraps android.graphics.pdf.content.PdfPageLinkContent.
func NewPdfPageLinkContent ¶
func NewPdfPageLinkContent(vm *jni.VM, arg0 *jni.Object, arg1 *jni.Object) (*PdfPageLinkContent, error)
NewPdfPageLinkContent creates a new android.graphics.pdf.content.PdfPageLinkContent instance.
func (*PdfPageLinkContent) DescribeContents ¶
func (m *PdfPageLinkContent) DescribeContents() (int32, error)
DescribeContents calls android.graphics.pdf.content.PdfPageLinkContent.describeContents.
func (*PdfPageLinkContent) GetUri ¶
func (m *PdfPageLinkContent) GetUri() (*jni.Object, error)
GetUri calls android.graphics.pdf.content.PdfPageLinkContent.getUri.
func (*PdfPageLinkContent) WriteToParcel ¶
func (m *PdfPageLinkContent) WriteToParcel(arg0 *jni.Object, arg1 int32) error
WriteToParcel calls android.graphics.pdf.content.PdfPageLinkContent.writeToParcel.
type PdfPageTextContent ¶
PdfPageTextContent wraps android.graphics.pdf.content.PdfPageTextContent.
func NewPdfPageTextContent ¶
func NewPdfPageTextContent(vm *jni.VM, arg0 string) (*PdfPageTextContent, error)
NewPdfPageTextContent creates a new android.graphics.pdf.content.PdfPageTextContent instance.
func (*PdfPageTextContent) DescribeContents ¶
func (m *PdfPageTextContent) DescribeContents() (int32, error)
DescribeContents calls android.graphics.pdf.content.PdfPageTextContent.describeContents.
func (*PdfPageTextContent) GetText ¶
func (m *PdfPageTextContent) GetText() (string, error)
GetText calls android.graphics.pdf.content.PdfPageTextContent.getText.
func (*PdfPageTextContent) WriteToParcel ¶
func (m *PdfPageTextContent) WriteToParcel(arg0 *jni.Object, arg1 int32) error
WriteToParcel calls android.graphics.pdf.content.PdfPageTextContent.writeToParcel.