Interface ChromeCefRenderSettingsPOrBuilder
- 
- All Superinterfaces:
 com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
 ChromeCefRenderSettingsP,ChromeCefRenderSettingsP.Builder
public interface ChromeCefRenderSettingsPOrBuilder extends com.google.protobuf.MessageOrBuilder 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetAutoSizeBehavior()optional int32 AutoSizeBehavior = 1;intgetAutoSizeScreenToPaperPPI()optional int32 AutoSizeScreenToPaperPPI = 2;booleangetEnableBackgrounds()optional bool EnableBackgrounds = 3;booleangetEnableEmulateScreenMediaType()optional bool EnableEmulateScreenMediaType = 4;booleangetEnableFormGeneration()optional bool EnableFormGeneration = 5;booleangetEnableGrayScale()optional bool EnableGrayScale = 28;booleangetEnableLandscapeOrientation()optional bool EnableLandscapeOrientation = 6;intgetFirstPageNumber()optional int32 FirstPageNumber = 7;StringgetFooterDividerLineColor()optional string FooterDividerLineColor = 23;com.google.protobuf.ByteStringgetFooterDividerLineColorBytes()optional string FooterDividerLineColor = 23;StringgetFooterHtml()optional string FooterHtml = 22;com.google.protobuf.ByteStringgetFooterHtmlBytes()optional string FooterHtml = 22;StringgetHeaderDividerLineColor()optional string HeaderDividerLineColor = 21;com.google.protobuf.ByteStringgetHeaderDividerLineColorBytes()optional string HeaderDividerLineColor = 21;StringgetHeaderHtml()optional string HeaderHtml = 20;com.google.protobuf.ByteStringgetHeaderHtmlBytes()optional string HeaderHtml = 20;intgetMaxFooterHeight()optional int32 MaxFooterHeight = 9;intgetMaxHeaderHeight()optional int32 MaxHeaderHeight = 8;doublegetPageHeight()optional double PageHeight = 14;doublegetPageMarginBottom()optional double PageMarginBottom = 18;doublegetPageMarginLeft()optional double PageMarginLeft = 19;doublegetPageMarginRight()optional double PageMarginRight = 17;doublegetPageMarginTop()optional double PageMarginTop = 16;intgetPageMarginType()optional int32 PageMarginType = 15;StringgetPageSizeType()optional string PageSizeType = 12;com.google.protobuf.ByteStringgetPageSizeTypeBytes()optional string PageSizeType = 12;doublegetPageWidth()optional double PageWidth = 13;StringgetPostProcessingJavascript()optional string PostProcessingJavascript = 24;com.google.protobuf.ByteStringgetPostProcessingJavascriptBytes()optional string PostProcessingJavascript = 24;intgetRenderDelay()optional int32 RenderDelay = 25;StringgetSavePath()optional string SavePath = 10;com.google.protobuf.ByteStringgetSavePathBytes()optional string SavePath = 10;doublegetScale()optional double Scale = 11;intgetTimeout()optional int32 Timeout = 26;StringgetTitle()optional string Title = 27;com.google.protobuf.ByteStringgetTitleBytes()optional string Title = 27;RenderOptionWaitForPgetWaitFor()optional .ironpdfengineproto.RenderOptionWaitForP WaitFor = 29;RenderOptionWaitForPOrBuildergetWaitForOrBuilder()optional .ironpdfengineproto.RenderOptionWaitForP WaitFor = 29;booleanhasAutoSizeBehavior()optional int32 AutoSizeBehavior = 1;booleanhasAutoSizeScreenToPaperPPI()optional int32 AutoSizeScreenToPaperPPI = 2;booleanhasEnableBackgrounds()optional bool EnableBackgrounds = 3;booleanhasEnableEmulateScreenMediaType()optional bool EnableEmulateScreenMediaType = 4;booleanhasEnableFormGeneration()optional bool EnableFormGeneration = 5;booleanhasEnableGrayScale()optional bool EnableGrayScale = 28;booleanhasEnableLandscapeOrientation()optional bool EnableLandscapeOrientation = 6;booleanhasFirstPageNumber()optional int32 FirstPageNumber = 7;booleanhasFooterDividerLineColor()optional string FooterDividerLineColor = 23;booleanhasFooterHtml()optional string FooterHtml = 22;booleanhasHeaderDividerLineColor()optional string HeaderDividerLineColor = 21;booleanhasHeaderHtml()optional string HeaderHtml = 20;booleanhasMaxFooterHeight()optional int32 MaxFooterHeight = 9;booleanhasMaxHeaderHeight()optional int32 MaxHeaderHeight = 8;booleanhasPageHeight()optional double PageHeight = 14;booleanhasPageMarginBottom()optional double PageMarginBottom = 18;booleanhasPageMarginLeft()optional double PageMarginLeft = 19;booleanhasPageMarginRight()optional double PageMarginRight = 17;booleanhasPageMarginTop()optional double PageMarginTop = 16;booleanhasPageMarginType()optional int32 PageMarginType = 15;booleanhasPageSizeType()optional string PageSizeType = 12;booleanhasPageWidth()optional double PageWidth = 13;booleanhasPostProcessingJavascript()optional string PostProcessingJavascript = 24;booleanhasRenderDelay()optional int32 RenderDelay = 25;booleanhasSavePath()optional string SavePath = 10;booleanhasScale()optional double Scale = 11;booleanhasTimeout()optional int32 Timeout = 26;booleanhasTitle()optional string Title = 27;booleanhasWaitFor()optional .ironpdfengineproto.RenderOptionWaitForP WaitFor = 29;- 
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof 
 - 
 
 - 
 
- 
- 
Method Detail
- 
hasAutoSizeBehavior
boolean hasAutoSizeBehavior()
optional int32 AutoSizeBehavior = 1;- Returns:
 - Whether the autoSizeBehavior field is set.
 
 
- 
getAutoSizeBehavior
int getAutoSizeBehavior()
optional int32 AutoSizeBehavior = 1;- Returns:
 - The autoSizeBehavior.
 
 
- 
hasAutoSizeScreenToPaperPPI
boolean hasAutoSizeScreenToPaperPPI()
optional int32 AutoSizeScreenToPaperPPI = 2;- Returns:
 - Whether the autoSizeScreenToPaperPPI field is set.
 
 
- 
getAutoSizeScreenToPaperPPI
int getAutoSizeScreenToPaperPPI()
optional int32 AutoSizeScreenToPaperPPI = 2;- Returns:
 - The autoSizeScreenToPaperPPI.
 
 
- 
hasEnableBackgrounds
boolean hasEnableBackgrounds()
optional bool EnableBackgrounds = 3;- Returns:
 - Whether the enableBackgrounds field is set.
 
 
- 
getEnableBackgrounds
boolean getEnableBackgrounds()
optional bool EnableBackgrounds = 3;- Returns:
 - The enableBackgrounds.
 
 
- 
hasEnableEmulateScreenMediaType
boolean hasEnableEmulateScreenMediaType()
optional bool EnableEmulateScreenMediaType = 4;- Returns:
 - Whether the enableEmulateScreenMediaType field is set.
 
 
- 
getEnableEmulateScreenMediaType
boolean getEnableEmulateScreenMediaType()
optional bool EnableEmulateScreenMediaType = 4;- Returns:
 - The enableEmulateScreenMediaType.
 
 
- 
hasEnableFormGeneration
boolean hasEnableFormGeneration()
optional bool EnableFormGeneration = 5;- Returns:
 - Whether the enableFormGeneration field is set.
 
 
- 
getEnableFormGeneration
boolean getEnableFormGeneration()
optional bool EnableFormGeneration = 5;- Returns:
 - The enableFormGeneration.
 
 
- 
hasEnableLandscapeOrientation
boolean hasEnableLandscapeOrientation()
optional bool EnableLandscapeOrientation = 6;- Returns:
 - Whether the enableLandscapeOrientation field is set.
 
 
- 
getEnableLandscapeOrientation
boolean getEnableLandscapeOrientation()
optional bool EnableLandscapeOrientation = 6;- Returns:
 - The enableLandscapeOrientation.
 
 
- 
hasFirstPageNumber
boolean hasFirstPageNumber()
optional int32 FirstPageNumber = 7;- Returns:
 - Whether the firstPageNumber field is set.
 
 
- 
getFirstPageNumber
int getFirstPageNumber()
optional int32 FirstPageNumber = 7;- Returns:
 - The firstPageNumber.
 
 
- 
hasMaxHeaderHeight
boolean hasMaxHeaderHeight()
optional int32 MaxHeaderHeight = 8;- Returns:
 - Whether the maxHeaderHeight field is set.
 
 
- 
getMaxHeaderHeight
int getMaxHeaderHeight()
optional int32 MaxHeaderHeight = 8;- Returns:
 - The maxHeaderHeight.
 
 
- 
hasMaxFooterHeight
boolean hasMaxFooterHeight()
optional int32 MaxFooterHeight = 9;- Returns:
 - Whether the maxFooterHeight field is set.
 
 
- 
getMaxFooterHeight
int getMaxFooterHeight()
optional int32 MaxFooterHeight = 9;- Returns:
 - The maxFooterHeight.
 
 
- 
hasSavePath
boolean hasSavePath()
optional string SavePath = 10;- Returns:
 - Whether the savePath field is set.
 
 
- 
getSavePath
String getSavePath()
optional string SavePath = 10;- Returns:
 - The savePath.
 
 
- 
getSavePathBytes
com.google.protobuf.ByteString getSavePathBytes()
optional string SavePath = 10;- Returns:
 - The bytes for savePath.
 
 
- 
hasScale
boolean hasScale()
optional double Scale = 11;- Returns:
 - Whether the scale field is set.
 
 
- 
getScale
double getScale()
optional double Scale = 11;- Returns:
 - The scale.
 
 
- 
hasPageSizeType
boolean hasPageSizeType()
optional string PageSizeType = 12;- Returns:
 - Whether the pageSizeType field is set.
 
 
- 
getPageSizeType
String getPageSizeType()
optional string PageSizeType = 12;- Returns:
 - The pageSizeType.
 
 
- 
getPageSizeTypeBytes
com.google.protobuf.ByteString getPageSizeTypeBytes()
optional string PageSizeType = 12;- Returns:
 - The bytes for pageSizeType.
 
 
- 
hasPageWidth
boolean hasPageWidth()
optional double PageWidth = 13;- Returns:
 - Whether the pageWidth field is set.
 
 
- 
getPageWidth
double getPageWidth()
optional double PageWidth = 13;- Returns:
 - The pageWidth.
 
 
- 
hasPageHeight
boolean hasPageHeight()
optional double PageHeight = 14;- Returns:
 - Whether the pageHeight field is set.
 
 
- 
getPageHeight
double getPageHeight()
optional double PageHeight = 14;- Returns:
 - The pageHeight.
 
 
- 
hasPageMarginType
boolean hasPageMarginType()
optional int32 PageMarginType = 15;- Returns:
 - Whether the pageMarginType field is set.
 
 
- 
getPageMarginType
int getPageMarginType()
optional int32 PageMarginType = 15;- Returns:
 - The pageMarginType.
 
 
- 
hasPageMarginTop
boolean hasPageMarginTop()
optional double PageMarginTop = 16;- Returns:
 - Whether the pageMarginTop field is set.
 
 
- 
getPageMarginTop
double getPageMarginTop()
optional double PageMarginTop = 16;- Returns:
 - The pageMarginTop.
 
 
- 
hasPageMarginRight
boolean hasPageMarginRight()
optional double PageMarginRight = 17;- Returns:
 - Whether the pageMarginRight field is set.
 
 
- 
getPageMarginRight
double getPageMarginRight()
optional double PageMarginRight = 17;- Returns:
 - The pageMarginRight.
 
 
- 
hasPageMarginBottom
boolean hasPageMarginBottom()
optional double PageMarginBottom = 18;- Returns:
 - Whether the pageMarginBottom field is set.
 
 
- 
getPageMarginBottom
double getPageMarginBottom()
optional double PageMarginBottom = 18;- Returns:
 - The pageMarginBottom.
 
 
- 
hasPageMarginLeft
boolean hasPageMarginLeft()
optional double PageMarginLeft = 19;- Returns:
 - Whether the pageMarginLeft field is set.
 
 
- 
getPageMarginLeft
double getPageMarginLeft()
optional double PageMarginLeft = 19;- Returns:
 - The pageMarginLeft.
 
 
- 
hasHeaderHtml
boolean hasHeaderHtml()
optional string HeaderHtml = 20;- Returns:
 - Whether the headerHtml field is set.
 
 
- 
getHeaderHtml
String getHeaderHtml()
optional string HeaderHtml = 20;- Returns:
 - The headerHtml.
 
 
- 
getHeaderHtmlBytes
com.google.protobuf.ByteString getHeaderHtmlBytes()
optional string HeaderHtml = 20;- Returns:
 - The bytes for headerHtml.
 
 
- 
hasHeaderDividerLineColor
boolean hasHeaderDividerLineColor()
optional string HeaderDividerLineColor = 21;- Returns:
 - Whether the headerDividerLineColor field is set.
 
 
- 
getHeaderDividerLineColor
String getHeaderDividerLineColor()
optional string HeaderDividerLineColor = 21;- Returns:
 - The headerDividerLineColor.
 
 
- 
getHeaderDividerLineColorBytes
com.google.protobuf.ByteString getHeaderDividerLineColorBytes()
optional string HeaderDividerLineColor = 21;- Returns:
 - The bytes for headerDividerLineColor.
 
 
- 
hasFooterHtml
boolean hasFooterHtml()
optional string FooterHtml = 22;- Returns:
 - Whether the footerHtml field is set.
 
 
- 
getFooterHtml
String getFooterHtml()
optional string FooterHtml = 22;- Returns:
 - The footerHtml.
 
 
- 
getFooterHtmlBytes
com.google.protobuf.ByteString getFooterHtmlBytes()
optional string FooterHtml = 22;- Returns:
 - The bytes for footerHtml.
 
 
- 
hasFooterDividerLineColor
boolean hasFooterDividerLineColor()
optional string FooterDividerLineColor = 23;- Returns:
 - Whether the footerDividerLineColor field is set.
 
 
- 
getFooterDividerLineColor
String getFooterDividerLineColor()
optional string FooterDividerLineColor = 23;- Returns:
 - The footerDividerLineColor.
 
 
- 
getFooterDividerLineColorBytes
com.google.protobuf.ByteString getFooterDividerLineColorBytes()
optional string FooterDividerLineColor = 23;- Returns:
 - The bytes for footerDividerLineColor.
 
 
- 
hasPostProcessingJavascript
boolean hasPostProcessingJavascript()
optional string PostProcessingJavascript = 24;- Returns:
 - Whether the postProcessingJavascript field is set.
 
 
- 
getPostProcessingJavascript
String getPostProcessingJavascript()
optional string PostProcessingJavascript = 24;- Returns:
 - The postProcessingJavascript.
 
 
- 
getPostProcessingJavascriptBytes
com.google.protobuf.ByteString getPostProcessingJavascriptBytes()
optional string PostProcessingJavascript = 24;- Returns:
 - The bytes for postProcessingJavascript.
 
 
- 
hasRenderDelay
boolean hasRenderDelay()
optional int32 RenderDelay = 25;- Returns:
 - Whether the renderDelay field is set.
 
 
- 
getRenderDelay
int getRenderDelay()
optional int32 RenderDelay = 25;- Returns:
 - The renderDelay.
 
 
- 
hasTimeout
boolean hasTimeout()
optional int32 Timeout = 26;- Returns:
 - Whether the timeout field is set.
 
 
- 
getTimeout
int getTimeout()
optional int32 Timeout = 26;- Returns:
 - The timeout.
 
 
- 
hasTitle
boolean hasTitle()
optional string Title = 27;- Returns:
 - Whether the title field is set.
 
 
- 
getTitle
String getTitle()
optional string Title = 27;- Returns:
 - The title.
 
 
- 
getTitleBytes
com.google.protobuf.ByteString getTitleBytes()
optional string Title = 27;- Returns:
 - The bytes for title.
 
 
- 
hasEnableGrayScale
boolean hasEnableGrayScale()
optional bool EnableGrayScale = 28;- Returns:
 - Whether the enableGrayScale field is set.
 
 
- 
getEnableGrayScale
boolean getEnableGrayScale()
optional bool EnableGrayScale = 28;- Returns:
 - The enableGrayScale.
 
 
- 
hasWaitFor
boolean hasWaitFor()
optional .ironpdfengineproto.RenderOptionWaitForP WaitFor = 29;- Returns:
 - Whether the waitFor field is set.
 
 
- 
getWaitFor
RenderOptionWaitForP getWaitFor()
optional .ironpdfengineproto.RenderOptionWaitForP WaitFor = 29;- Returns:
 - The waitFor.
 
 
- 
getWaitForOrBuilder
RenderOptionWaitForPOrBuilder getWaitForOrBuilder()
optional .ironpdfengineproto.RenderOptionWaitForP WaitFor = 29; 
 - 
 
 -