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 PagePage.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 PagePage.parseDelimitedFrom(InputStream input) static PagePage.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static PagePage.parseFrom(byte[] data) static PagePage.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static PagePage.parseFrom(com.google.protobuf.ByteString data) static PagePage.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static PagePage.parseFrom(com.google.protobuf.CodedInputStream input) static PagePage.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static PagePage.parseFrom(InputStream input) static PagePage.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static PagePage.parseFrom(ByteBuffer data) static PagePage.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.BuilderPage.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;