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 int
getAutoSizeBehavior()
optional int32 AutoSizeBehavior = 1;
int
getAutoSizeScreenToPaperPPI()
optional int32 AutoSizeScreenToPaperPPI = 2;
boolean
getEnableBackgrounds()
optional bool EnableBackgrounds = 3;
boolean
getEnableEmulateScreenMediaType()
optional bool EnableEmulateScreenMediaType = 4;
boolean
getEnableFormGeneration()
optional bool EnableFormGeneration = 5;
boolean
getEnableGrayScale()
optional bool EnableGrayScale = 28;
boolean
getEnableLandscapeOrientation()
optional bool EnableLandscapeOrientation = 6;
int
getFirstPageNumber()
optional int32 FirstPageNumber = 7;
String
getFooterDividerLineColor()
optional string FooterDividerLineColor = 23;
com.google.protobuf.ByteString
getFooterDividerLineColorBytes()
optional string FooterDividerLineColor = 23;
String
getFooterHtml()
optional string FooterHtml = 22;
com.google.protobuf.ByteString
getFooterHtmlBytes()
optional string FooterHtml = 22;
String
getHeaderDividerLineColor()
optional string HeaderDividerLineColor = 21;
com.google.protobuf.ByteString
getHeaderDividerLineColorBytes()
optional string HeaderDividerLineColor = 21;
String
getHeaderHtml()
optional string HeaderHtml = 20;
com.google.protobuf.ByteString
getHeaderHtmlBytes()
optional string HeaderHtml = 20;
int
getMaxFooterHeight()
optional int32 MaxFooterHeight = 9;
int
getMaxHeaderHeight()
optional int32 MaxHeaderHeight = 8;
double
getPageHeight()
optional double PageHeight = 14;
double
getPageMarginBottom()
optional double PageMarginBottom = 18;
double
getPageMarginLeft()
optional double PageMarginLeft = 19;
double
getPageMarginRight()
optional double PageMarginRight = 17;
double
getPageMarginTop()
optional double PageMarginTop = 16;
int
getPageMarginType()
optional int32 PageMarginType = 15;
String
getPageSizeType()
optional string PageSizeType = 12;
com.google.protobuf.ByteString
getPageSizeTypeBytes()
optional string PageSizeType = 12;
double
getPageWidth()
optional double PageWidth = 13;
String
getPostProcessingJavascript()
optional string PostProcessingJavascript = 24;
com.google.protobuf.ByteString
getPostProcessingJavascriptBytes()
optional string PostProcessingJavascript = 24;
int
getRenderDelay()
optional int32 RenderDelay = 25;
String
getSavePath()
optional string SavePath = 10;
com.google.protobuf.ByteString
getSavePathBytes()
optional string SavePath = 10;
double
getScale()
optional double Scale = 11;
int
getTimeout()
optional int32 Timeout = 26;
String
getTitle()
optional string Title = 27;
com.google.protobuf.ByteString
getTitleBytes()
optional string Title = 27;
RenderOptionWaitForP
getWaitFor()
optional .ironpdfengineproto.RenderOptionWaitForP WaitFor = 29;
RenderOptionWaitForPOrBuilder
getWaitForOrBuilder()
optional .ironpdfengineproto.RenderOptionWaitForP WaitFor = 29;
boolean
hasAutoSizeBehavior()
optional int32 AutoSizeBehavior = 1;
boolean
hasAutoSizeScreenToPaperPPI()
optional int32 AutoSizeScreenToPaperPPI = 2;
boolean
hasEnableBackgrounds()
optional bool EnableBackgrounds = 3;
boolean
hasEnableEmulateScreenMediaType()
optional bool EnableEmulateScreenMediaType = 4;
boolean
hasEnableFormGeneration()
optional bool EnableFormGeneration = 5;
boolean
hasEnableGrayScale()
optional bool EnableGrayScale = 28;
boolean
hasEnableLandscapeOrientation()
optional bool EnableLandscapeOrientation = 6;
boolean
hasFirstPageNumber()
optional int32 FirstPageNumber = 7;
boolean
hasFooterDividerLineColor()
optional string FooterDividerLineColor = 23;
boolean
hasFooterHtml()
optional string FooterHtml = 22;
boolean
hasHeaderDividerLineColor()
optional string HeaderDividerLineColor = 21;
boolean
hasHeaderHtml()
optional string HeaderHtml = 20;
boolean
hasMaxFooterHeight()
optional int32 MaxFooterHeight = 9;
boolean
hasMaxHeaderHeight()
optional int32 MaxHeaderHeight = 8;
boolean
hasPageHeight()
optional double PageHeight = 14;
boolean
hasPageMarginBottom()
optional double PageMarginBottom = 18;
boolean
hasPageMarginLeft()
optional double PageMarginLeft = 19;
boolean
hasPageMarginRight()
optional double PageMarginRight = 17;
boolean
hasPageMarginTop()
optional double PageMarginTop = 16;
boolean
hasPageMarginType()
optional int32 PageMarginType = 15;
boolean
hasPageSizeType()
optional string PageSizeType = 12;
boolean
hasPageWidth()
optional double PageWidth = 13;
boolean
hasPostProcessingJavascript()
optional string PostProcessingJavascript = 24;
boolean
hasRenderDelay()
optional int32 RenderDelay = 25;
boolean
hasSavePath()
optional string SavePath = 10;
boolean
hasScale()
optional double Scale = 11;
boolean
hasTimeout()
optional int32 Timeout = 26;
boolean
hasTitle()
optional string Title = 27;
boolean
hasWaitFor()
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;
-
-