Interface AddTextHeaderFooterRequestOrBuilder
- All Superinterfaces:
- com.google.protobuf.MessageLiteOrBuilder,- com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
- AddTextHeaderFooterRequest,- AddTextHeaderFooterRequest.Builder
public interface AddTextHeaderFooterRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
- 
Method SummaryModifier and TypeMethodDescriptionoptional string base_url = 3;com.google.protobuf.ByteStringoptional string base_url = 3;optional string center_text = 13;com.google.protobuf.ByteStringoptional string center_text = 13;/ TextHeaderFooter should not be that long so we didn't use stream/ TextHeaderFooter should not be that long so we didn't use streambooleanoptional bool draw_divider_line = 15;intoptional int32 max_height = 4; //TextHeaderFooter have no max_heightgetFont()optional .IronPdfEngine.Proto.FontType font = 16;optional .IronPdfEngine.Proto.FontType font = 16;doubleoptional double font_size = 17;booleanbool isHeader = 2;textcom.google.protobuf.ByteStringtextdoubleoptional double margin_bottom_mm = 10;doubleoptional double margin_left_mm = 7;doubleoptional double margin_right_mm = 8;doubleoptional double margin_top_mm = 9;optional string pdfTitle = 11;com.google.protobuf.ByteStringoptional string pdfTitle = 11;optional string right_text = 14;com.google.protobuf.ByteStringoptional string right_text = 14;intgetTargetPageIndexes(int index) repeated int32 target_page_indexes = 6;intrepeated int32 target_page_indexes = 6;repeated int32 target_page_indexes = 6;booleanoptional string base_url = 3;booleanoptional string center_text = 13;boolean/ TextHeaderFooter should not be that long so we didn't use streambooleanoptional bool draw_divider_line = 15;booleanoptional int32 max_height = 4; //TextHeaderFooter have no max_heightbooleanhasFont()optional .IronPdfEngine.Proto.FontType font = 16;booleanoptional double font_size = 17;booleantextbooleanoptional double margin_bottom_mm = 10;booleanoptional double margin_left_mm = 7;booleanoptional double margin_right_mm = 8;booleanoptional double margin_top_mm = 9;booleanoptional string pdfTitle = 11;booleanoptional string right_text = 14;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilderisInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilderfindInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
- 
Method Details- 
hasDocumentboolean hasDocument()/ TextHeaderFooter should not be that long so we didn't use stream .IronPdfEngine.Proto.PdfDocument document = 1;- Returns:
- Whether the document field is set.
 
- 
getDocumentPdfDocument getDocument()/ TextHeaderFooter should not be that long so we didn't use stream .IronPdfEngine.Proto.PdfDocument document = 1;- Returns:
- The document.
 
- 
getDocumentOrBuilderPdfDocumentOrBuilder getDocumentOrBuilder()/ TextHeaderFooter should not be that long so we didn't use stream .IronPdfEngine.Proto.PdfDocument document = 1;
- 
getIsHeaderboolean getIsHeader()bool isHeader = 2;- Returns:
- The isHeader.
 
- 
hasBaseUrlboolean hasBaseUrl()optional string base_url = 3;- Returns:
- Whether the baseUrl field is set.
 
- 
getBaseUrlString getBaseUrl()optional string base_url = 3;- Returns:
- The baseUrl.
 
- 
getBaseUrlBytescom.google.protobuf.ByteString getBaseUrlBytes()optional string base_url = 3;- Returns:
- The bytes for baseUrl.
 
- 
hasFirstPageNumberboolean hasFirstPageNumber()optional int32 max_height = 4; //TextHeaderFooter have no max_height optional int32 first_page_number = 5;- Returns:
- Whether the firstPageNumber field is set.
 
- 
getFirstPageNumberint getFirstPageNumber()optional int32 max_height = 4; //TextHeaderFooter have no max_height optional int32 first_page_number = 5;- Returns:
- The firstPageNumber.
 
- 
getTargetPageIndexesListrepeated int32 target_page_indexes = 6;- Returns:
- A list containing the targetPageIndexes.
 
- 
getTargetPageIndexesCountint getTargetPageIndexesCount()repeated int32 target_page_indexes = 6;- Returns:
- The count of targetPageIndexes.
 
- 
getTargetPageIndexesint getTargetPageIndexes(int index) repeated int32 target_page_indexes = 6;- Parameters:
- index- The index of the element to return.
- Returns:
- The targetPageIndexes at the given index.
 
- 
hasMarginLeftMmboolean hasMarginLeftMm()optional double margin_left_mm = 7;- Returns:
- Whether the marginLeftMm field is set.
 
- 
getMarginLeftMmdouble getMarginLeftMm()optional double margin_left_mm = 7;- Returns:
- The marginLeftMm.
 
- 
hasMarginRightMmboolean hasMarginRightMm()optional double margin_right_mm = 8;- Returns:
- Whether the marginRightMm field is set.
 
- 
getMarginRightMmdouble getMarginRightMm()optional double margin_right_mm = 8;- Returns:
- The marginRightMm.
 
- 
hasMarginTopMmboolean hasMarginTopMm()optional double margin_top_mm = 9;- Returns:
- Whether the marginTopMm field is set.
 
- 
getMarginTopMmdouble getMarginTopMm()optional double margin_top_mm = 9;- Returns:
- The marginTopMm.
 
- 
hasMarginBottomMmboolean hasMarginBottomMm()optional double margin_bottom_mm = 10;- Returns:
- Whether the marginBottomMm field is set.
 
- 
getMarginBottomMmdouble getMarginBottomMm()optional double margin_bottom_mm = 10;- Returns:
- The marginBottomMm.
 
- 
hasPdfTitleboolean hasPdfTitle()optional string pdfTitle = 11;- Returns:
- Whether the pdfTitle field is set.
 
- 
getPdfTitleString getPdfTitle()optional string pdfTitle = 11;- Returns:
- The pdfTitle.
 
- 
getPdfTitleBytescom.google.protobuf.ByteString getPdfTitleBytes()optional string pdfTitle = 11;- Returns:
- The bytes for pdfTitle.
 
- 
hasLeftTextboolean hasLeftText()text optional string left_text = 12;- Returns:
- Whether the leftText field is set.
 
- 
getLeftTextString getLeftText()text optional string left_text = 12;- Returns:
- The leftText.
 
- 
getLeftTextBytescom.google.protobuf.ByteString getLeftTextBytes()text optional string left_text = 12;- Returns:
- The bytes for leftText.
 
- 
hasCenterTextboolean hasCenterText()optional string center_text = 13;- Returns:
- Whether the centerText field is set.
 
- 
getCenterTextString getCenterText()optional string center_text = 13;- Returns:
- The centerText.
 
- 
getCenterTextBytescom.google.protobuf.ByteString getCenterTextBytes()optional string center_text = 13;- Returns:
- The bytes for centerText.
 
- 
hasRightTextboolean hasRightText()optional string right_text = 14;- Returns:
- Whether the rightText field is set.
 
- 
getRightTextString getRightText()optional string right_text = 14;- Returns:
- The rightText.
 
- 
getRightTextBytescom.google.protobuf.ByteString getRightTextBytes()optional string right_text = 14;- Returns:
- The bytes for rightText.
 
- 
hasDrawDividerLineboolean hasDrawDividerLine()optional bool draw_divider_line = 15;- Returns:
- Whether the drawDividerLine field is set.
 
- 
getDrawDividerLineboolean getDrawDividerLine()optional bool draw_divider_line = 15;- Returns:
- The drawDividerLine.
 
- 
hasFontboolean hasFont()optional .IronPdfEngine.Proto.FontType font = 16;- Returns:
- Whether the font field is set.
 
- 
getFontFontType getFont()optional .IronPdfEngine.Proto.FontType font = 16;- Returns:
- The font.
 
- 
getFontOrBuilderFontTypeOrBuilder getFontOrBuilder()optional .IronPdfEngine.Proto.FontType font = 16;
- 
hasFontSizeboolean hasFontSize()optional double font_size = 17;- Returns:
- Whether the fontSize field is set.
 
- 
getFontSizedouble getFontSize()optional double font_size = 17;- Returns:
- The fontSize.
 
 
-