Interface ChromeTextHeaderFooterPOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ChromeTextHeaderFooterP
,ChromeTextHeaderFooterP.Builder
public interface ChromeTextHeaderFooterPOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getCenterText()
optional string center_text = 2;
com.google.protobuf.ByteString
getCenterTextBytes()
optional string center_text = 2;
String
getDividerLineColor()
optional string divider_line_color = 7;
com.google.protobuf.ByteString
getDividerLineColorBytes()
optional string divider_line_color = 7;
boolean
getDrawDividerLine()
optional bool draw_divider_line = 4;
PdfiumFontInfoP
getFont()
optional .ironpdfengineproto.PdfiumFontInfoP font = 5;
PdfiumFontInfoPOrBuilder
getFontOrBuilder()
optional .ironpdfengineproto.PdfiumFontInfoP font = 5;
double
getFontSize()
optional double font_size = 6;
String
getLeftText()
optional string left_text = 1;
com.google.protobuf.ByteString
getLeftTextBytes()
optional string left_text = 1;
String
getRightText()
optional string right_text = 3;
com.google.protobuf.ByteString
getRightTextBytes()
optional string right_text = 3;
boolean
hasCenterText()
optional string center_text = 2;
boolean
hasDividerLineColor()
optional string divider_line_color = 7;
boolean
hasDrawDividerLine()
optional bool draw_divider_line = 4;
boolean
hasFont()
optional .ironpdfengineproto.PdfiumFontInfoP font = 5;
boolean
hasFontSize()
optional double font_size = 6;
boolean
hasLeftText()
optional string left_text = 1;
boolean
hasRightText()
optional string right_text = 3;
-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasLeftText
boolean hasLeftText()
optional string left_text = 1;
- Returns:
- Whether the leftText field is set.
-
getLeftText
String getLeftText()
optional string left_text = 1;
- Returns:
- The leftText.
-
getLeftTextBytes
com.google.protobuf.ByteString getLeftTextBytes()
optional string left_text = 1;
- Returns:
- The bytes for leftText.
-
hasCenterText
boolean hasCenterText()
optional string center_text = 2;
- Returns:
- Whether the centerText field is set.
-
getCenterText
String getCenterText()
optional string center_text = 2;
- Returns:
- The centerText.
-
getCenterTextBytes
com.google.protobuf.ByteString getCenterTextBytes()
optional string center_text = 2;
- Returns:
- The bytes for centerText.
-
hasRightText
boolean hasRightText()
optional string right_text = 3;
- Returns:
- Whether the rightText field is set.
-
getRightText
String getRightText()
optional string right_text = 3;
- Returns:
- The rightText.
-
getRightTextBytes
com.google.protobuf.ByteString getRightTextBytes()
optional string right_text = 3;
- Returns:
- The bytes for rightText.
-
hasDrawDividerLine
boolean hasDrawDividerLine()
optional bool draw_divider_line = 4;
- Returns:
- Whether the drawDividerLine field is set.
-
getDrawDividerLine
boolean getDrawDividerLine()
optional bool draw_divider_line = 4;
- Returns:
- The drawDividerLine.
-
hasFont
boolean hasFont()
optional .ironpdfengineproto.PdfiumFontInfoP font = 5;
- Returns:
- Whether the font field is set.
-
getFont
PdfiumFontInfoP getFont()
optional .ironpdfengineproto.PdfiumFontInfoP font = 5;
- Returns:
- The font.
-
getFontOrBuilder
PdfiumFontInfoPOrBuilder getFontOrBuilder()
optional .ironpdfengineproto.PdfiumFontInfoP font = 5;
-
hasFontSize
boolean hasFontSize()
optional double font_size = 6;
- Returns:
- Whether the fontSize field is set.
-
getFontSize
double getFontSize()
optional double font_size = 6;
- Returns:
- The fontSize.
-
hasDividerLineColor
boolean hasDividerLineColor()
optional string divider_line_color = 7;
- Returns:
- Whether the dividerLineColor field is set.
-
getDividerLineColor
String getDividerLineColor()
optional string divider_line_color = 7;
- Returns:
- The dividerLineColor.
-
getDividerLineColorBytes
com.google.protobuf.ByteString getDividerLineColorBytes()
optional string divider_line_color = 7;
- Returns:
- The bytes for dividerLineColor.
-
-