public interface AddTextHeaderFooterRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getBaseUrl()
optional string base_url = 3; |
com.google.protobuf.ByteString |
getBaseUrlBytes()
optional string base_url = 3; |
String |
getCenterText()
optional string center_text = 13; |
com.google.protobuf.ByteString |
getCenterTextBytes()
optional string center_text = 13; |
String |
getDividerLineColor()
optional string divider_line_color = 18; |
com.google.protobuf.ByteString |
getDividerLineColorBytes()
optional string divider_line_color = 18; |
PdfDocument |
getDocument()
/ TextHeaderFooter should not be that long so we didn't use stream
|
PdfDocumentOrBuilder |
getDocumentOrBuilder()
/ TextHeaderFooter should not be that long so we didn't use stream
|
boolean |
getDrawDividerLine()
optional bool draw_divider_line = 15; |
int |
getFirstPageNumber()
optional int32 max_height = 4; //TextHeaderFooter have no max_height
|
FontType |
getFont()
optional .IronPdfEngine.Proto.FontType font = 16; |
FontTypeOrBuilder |
getFontOrBuilder()
optional .IronPdfEngine.Proto.FontType font = 16; |
double |
getFontSize()
optional double font_size = 17; |
boolean |
getIsHeader()
bool isHeader = 2; |
String |
getLeftText()
text
|
com.google.protobuf.ByteString |
getLeftTextBytes()
text
|
double |
getMarginBottomMm()
optional double margin_bottom_mm = 10; |
double |
getMarginLeftMm()
optional double margin_left_mm = 7; |
double |
getMarginRightMm()
optional double margin_right_mm = 8; |
double |
getMarginTopMm()
optional double margin_top_mm = 9; |
String |
getPdfTitle()
optional string pdfTitle = 11; |
com.google.protobuf.ByteString |
getPdfTitleBytes()
optional string pdfTitle = 11; |
String |
getRightText()
optional string right_text = 14; |
com.google.protobuf.ByteString |
getRightTextBytes()
optional string right_text = 14; |
int |
getTargetPageIndexes(int index)
repeated int32 target_page_indexes = 6; |
int |
getTargetPageIndexesCount()
repeated int32 target_page_indexes = 6; |
List<Integer> |
getTargetPageIndexesList()
repeated int32 target_page_indexes = 6; |
boolean |
hasBaseUrl()
optional string base_url = 3; |
boolean |
hasCenterText()
optional string center_text = 13; |
boolean |
hasDividerLineColor()
optional string divider_line_color = 18; |
boolean |
hasDocument()
/ TextHeaderFooter should not be that long so we didn't use stream
|
boolean |
hasDrawDividerLine()
optional bool draw_divider_line = 15; |
boolean |
hasFirstPageNumber()
optional int32 max_height = 4; //TextHeaderFooter have no max_height
|
boolean |
hasFont()
optional .IronPdfEngine.Proto.FontType font = 16; |
boolean |
hasFontSize()
optional double font_size = 17; |
boolean |
hasLeftText()
text
|
boolean |
hasMarginBottomMm()
optional double margin_bottom_mm = 10; |
boolean |
hasMarginLeftMm()
optional double margin_left_mm = 7; |
boolean |
hasMarginRightMm()
optional double margin_right_mm = 8; |
boolean |
hasMarginTopMm()
optional double margin_top_mm = 9; |
boolean |
hasPdfTitle()
optional string pdfTitle = 11; |
boolean |
hasRightText()
optional string right_text = 14; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasDocument()
/ TextHeaderFooter should not be that long so we didn't use stream
.IronPdfEngine.Proto.PdfDocument document = 1;
PdfDocument getDocument()
/ TextHeaderFooter should not be that long so we didn't use stream
.IronPdfEngine.Proto.PdfDocument document = 1;
PdfDocumentOrBuilder getDocumentOrBuilder()
/ TextHeaderFooter should not be that long so we didn't use stream
.IronPdfEngine.Proto.PdfDocument document = 1;
boolean getIsHeader()
bool isHeader = 2;
boolean hasBaseUrl()
optional string base_url = 3;
String getBaseUrl()
optional string base_url = 3;
com.google.protobuf.ByteString getBaseUrlBytes()
optional string base_url = 3;
boolean hasFirstPageNumber()
optional int32 max_height = 4; //TextHeaderFooter have no max_height
optional int32 first_page_number = 5;
int getFirstPageNumber()
optional int32 max_height = 4; //TextHeaderFooter have no max_height
optional int32 first_page_number = 5;
List<Integer> getTargetPageIndexesList()
repeated int32 target_page_indexes = 6;
int getTargetPageIndexesCount()
repeated int32 target_page_indexes = 6;
int getTargetPageIndexes(int index)
repeated int32 target_page_indexes = 6;
index
- The index of the element to return.boolean hasMarginLeftMm()
optional double margin_left_mm = 7;
double getMarginLeftMm()
optional double margin_left_mm = 7;
boolean hasMarginRightMm()
optional double margin_right_mm = 8;
double getMarginRightMm()
optional double margin_right_mm = 8;
boolean hasMarginTopMm()
optional double margin_top_mm = 9;
double getMarginTopMm()
optional double margin_top_mm = 9;
boolean hasMarginBottomMm()
optional double margin_bottom_mm = 10;
double getMarginBottomMm()
optional double margin_bottom_mm = 10;
boolean hasPdfTitle()
optional string pdfTitle = 11;
String getPdfTitle()
optional string pdfTitle = 11;
com.google.protobuf.ByteString getPdfTitleBytes()
optional string pdfTitle = 11;
boolean hasLeftText()
text
optional string left_text = 12;
String getLeftText()
text
optional string left_text = 12;
com.google.protobuf.ByteString getLeftTextBytes()
text
optional string left_text = 12;
boolean hasCenterText()
optional string center_text = 13;
String getCenterText()
optional string center_text = 13;
com.google.protobuf.ByteString getCenterTextBytes()
optional string center_text = 13;
boolean hasRightText()
optional string right_text = 14;
String getRightText()
optional string right_text = 14;
com.google.protobuf.ByteString getRightTextBytes()
optional string right_text = 14;
boolean hasDrawDividerLine()
optional bool draw_divider_line = 15;
boolean getDrawDividerLine()
optional bool draw_divider_line = 15;
boolean hasFont()
optional .IronPdfEngine.Proto.FontType font = 16;
FontType getFont()
optional .IronPdfEngine.Proto.FontType font = 16;
FontTypeOrBuilder getFontOrBuilder()
optional .IronPdfEngine.Proto.FontType font = 16;
boolean hasFontSize()
optional double font_size = 17;
double getFontSize()
optional double font_size = 17;
boolean hasDividerLineColor()
optional string divider_line_color = 18;
String getDividerLineColor()
optional string divider_line_color = 18;
com.google.protobuf.ByteString getDividerLineColorBytes()
optional string divider_line_color = 18;
Copyright © 2022–2023 Iron Software. All rights reserved.