Documentation
¶
Overview ¶
Package pdf provides Go bindings for android.print.pdf.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type PrintedPdfDocument ¶
PrintedPdfDocument wraps android.print.pdf.PrintedPdfDocument.
func NewPrintedPdfDocument ¶
func NewPrintedPdfDocument(vm *jni.VM, arg0 *jni.Object, arg1 *jni.Object) (*PrintedPdfDocument, error)
NewPrintedPdfDocument creates a new android.print.pdf.PrintedPdfDocument instance.
func (*PrintedPdfDocument) GetPageContentRect ¶
func (m *PrintedPdfDocument) GetPageContentRect() (*jni.Object, error)
GetPageContentRect calls android.print.pdf.PrintedPdfDocument.getPageContentRect.
func (*PrintedPdfDocument) GetPageHeight ¶
func (m *PrintedPdfDocument) GetPageHeight() (int32, error)
GetPageHeight calls android.print.pdf.PrintedPdfDocument.getPageHeight.
func (*PrintedPdfDocument) GetPageWidth ¶
func (m *PrintedPdfDocument) GetPageWidth() (int32, error)
GetPageWidth calls android.print.pdf.PrintedPdfDocument.getPageWidth.
Click to show internal directories.
Click to hide internal directories.