content

package
v0.0.7 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 28, 2026 License: CC0-1.0 Imports: 6 Imported by: 0

Documentation

Overview

Package content provides Go bindings for android.graphics.pdf.content.

Index

Constants

View Source
const (
	Creator = consts.Creator
)

Variables

This section is empty.

Functions

func Init

func Init(env *jni.Env) error

Init resolves all JNI class and method references for this package. It is safe to call multiple times (uses sync.Once internally). Exported for E2E testing on Android.

Types

type PdfPageGotoLinkContent

type PdfPageGotoLinkContent struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

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

type PdfPageGotoLinkContentDestination struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

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

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

type PdfPageImageContent struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

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

type PdfPageLinkContent struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

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

type PdfPageTextContent struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

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.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL