Interface ChromeAddHtmlHeaderFooterRequestPOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ChromeAddHtmlHeaderFooterRequestP,ChromeAddHtmlHeaderFooterRequestP.Builder
public interface ChromeAddHtmlHeaderFooterRequestPOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PdfDocumentPgetDocument().ironpdfengineproto.PdfDocumentP document = 1;PdfDocumentPOrBuildergetDocumentOrBuilder().ironpdfengineproto.PdfDocumentP document = 1;StringgetHtmlTitle()string html_title = 7;com.google.protobuf.ByteStringgetHtmlTitleBytes()string html_title = 7;ChromePdfRenderOptionsPgetOptions().ironpdfengineproto.ChromePdfRenderOptionsP options = 4;ChromePdfRenderOptionsPOrBuildergetOptionsOrBuilder().ironpdfengineproto.ChromePdfRenderOptionsP options = 4;StringgetOwnerPassword()string owner_password = 2;com.google.protobuf.ByteStringgetOwnerPasswordBytes()string owner_password = 2;intgetPageIndexes(int index)repeated int32 page_indexes = 5;intgetPageIndexesCount()repeated int32 page_indexes = 5;List<Integer>getPageIndexesList()repeated int32 page_indexes = 5;StringgetPdfTitle()string pdf_title = 8;com.google.protobuf.ByteStringgetPdfTitleBytes()string pdf_title = 8;StringgetUrl()string url = 6;com.google.protobuf.ByteStringgetUrlBytes()string url = 6;StringgetUserPassword()string user_password = 3;com.google.protobuf.ByteStringgetUserPasswordBytes()string user_password = 3;booleanhasDocument().ironpdfengineproto.PdfDocumentP document = 1;booleanhasOptions().ironpdfengineproto.ChromePdfRenderOptionsP options = 4;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasDocument
boolean hasDocument()
.ironpdfengineproto.PdfDocumentP document = 1;- Returns:
- Whether the document field is set.
-
getDocument
PdfDocumentP getDocument()
.ironpdfengineproto.PdfDocumentP document = 1;- Returns:
- The document.
-
getDocumentOrBuilder
PdfDocumentPOrBuilder getDocumentOrBuilder()
.ironpdfengineproto.PdfDocumentP document = 1;
-
getOwnerPassword
String getOwnerPassword()
string owner_password = 2;- Returns:
- The ownerPassword.
-
getOwnerPasswordBytes
com.google.protobuf.ByteString getOwnerPasswordBytes()
string owner_password = 2;- Returns:
- The bytes for ownerPassword.
-
getUserPassword
String getUserPassword()
string user_password = 3;- Returns:
- The userPassword.
-
getUserPasswordBytes
com.google.protobuf.ByteString getUserPasswordBytes()
string user_password = 3;- Returns:
- The bytes for userPassword.
-
hasOptions
boolean hasOptions()
.ironpdfengineproto.ChromePdfRenderOptionsP options = 4;- Returns:
- Whether the options field is set.
-
getOptions
ChromePdfRenderOptionsP getOptions()
.ironpdfengineproto.ChromePdfRenderOptionsP options = 4;- Returns:
- The options.
-
getOptionsOrBuilder
ChromePdfRenderOptionsPOrBuilder getOptionsOrBuilder()
.ironpdfengineproto.ChromePdfRenderOptionsP options = 4;
-
getPageIndexesList
List<Integer> getPageIndexesList()
repeated int32 page_indexes = 5;- Returns:
- A list containing the pageIndexes.
-
getPageIndexesCount
int getPageIndexesCount()
repeated int32 page_indexes = 5;- Returns:
- The count of pageIndexes.
-
getPageIndexes
int getPageIndexes(int index)
repeated int32 page_indexes = 5;- Parameters:
index- The index of the element to return.- Returns:
- The pageIndexes at the given index.
-
getUrl
String getUrl()
string url = 6;- Returns:
- The url.
-
getUrlBytes
com.google.protobuf.ByteString getUrlBytes()
string url = 6;- Returns:
- The bytes for url.
-
getHtmlTitle
String getHtmlTitle()
string html_title = 7;- Returns:
- The htmlTitle.
-
getHtmlTitleBytes
com.google.protobuf.ByteString getHtmlTitleBytes()
string html_title = 7;- Returns:
- The bytes for htmlTitle.
-
getPdfTitle
String getPdfTitle()
string pdf_title = 8;- Returns:
- The pdfTitle.
-
getPdfTitleBytes
com.google.protobuf.ByteString getPdfTitleBytes()
string pdf_title = 8;- Returns:
- The bytes for pdfTitle.
-
-