Uses of Class
com.ironsoftware.ironpdf.internal.proto.Page
Packages that use Page
-
Uses of Page in com.ironsoftware.ironpdf.internal.proto
Methods in com.ironsoftware.ironpdf.internal.proto that return PageModifier and TypeMethodDescriptionPage.Builder.build()
Page.Builder.buildPartial()
static Page
Page.getDefaultInstance()
Page.Builder.getDefaultInstanceForType()
Page.getDefaultInstanceForType()
PageCollection.Builder.getPages
(int index) repeated .IronPdfEngine.Proto.Page pages = 1;
PageCollection.getPages
(int index) repeated .IronPdfEngine.Proto.Page pages = 1;
PageCollectionOrBuilder.getPages
(int index) repeated .IronPdfEngine.Proto.Page pages = 1;
static Page
Page.parseDelimitedFrom
(InputStream input) static Page
Page.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Page
Page.parseFrom
(byte[] data) static Page
Page.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Page
Page.parseFrom
(com.google.protobuf.ByteString data) static Page
Page.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Page
Page.parseFrom
(com.google.protobuf.CodedInputStream input) static Page
Page.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Page
Page.parseFrom
(InputStream input) static Page
Page.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Page
Page.parseFrom
(ByteBuffer data) static Page
Page.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in com.ironsoftware.ironpdf.internal.proto that return types with arguments of type PageModifier and TypeMethodDescriptionPageCollection.Builder.getPagesList()
repeated .IronPdfEngine.Proto.Page pages = 1;
PageCollection.getPagesList()
repeated .IronPdfEngine.Proto.Page pages = 1;
PageCollectionOrBuilder.getPagesList()
repeated .IronPdfEngine.Proto.Page pages = 1;
com.google.protobuf.Parser<Page>
Page.getParserForType()
static com.google.protobuf.Parser<Page>
Page.parser()
Methods in com.ironsoftware.ironpdf.internal.proto with parameters of type PageModifier and TypeMethodDescriptionrepeated .IronPdfEngine.Proto.Page pages = 1;
repeated .IronPdfEngine.Proto.Page pages = 1;
static Page.Builder
Page.newBuilder
(Page prototype) repeated .IronPdfEngine.Proto.Page pages = 1;
Method parameters in com.ironsoftware.ironpdf.internal.proto with type arguments of type PageModifier and TypeMethodDescriptionPageCollection.Builder.addAllPages
(Iterable<? extends Page> values) repeated .IronPdfEngine.Proto.Page pages = 1;