Class: WebPrintingJobLayoutOptions

SuperMap.WebPrintingJobLayoutOptions

Web 打印的布局参数类。

new SuperMap.WebPrintingJobLayoutOptions(option)

common/iServer/WebPrintingJobLayoutOptions.js, line 11
Name Type Description
option Object

初始化参数。

Name Type Description
templateName string

布局模板的名称。

title string

地图主标题名称。

subTitle string

地图副标题名称。

author string

地图作者名称。

copyright string

地图版权信息。

littleMapOptions SuperMap.WebPrintingJobLittleMapOptions

小地图参数类。

legendOptions SuperMap.WebPrintingJobLegendOptions

图例参数类。

scaleBarOptions SuperMap.WebPrintingJobScaleBarOptions 可选

地图比例尺参数类。

northArrowOptions SuperMap.WebPrintingJobNorthArrowOptions 可选

地图指北针参数类。

Version:
  • 10.1.0

Members

authorstring

地图作者名称。

地图版权信息。

图例参数类。

小地图参数类。

地图指北针参数类。

地图比例尺参数类。

subTitlestring

地图副标题名称。

templateNamestring

布局模板的名称。

titlestring

地图主标题名称。

Methods

destroy()

common/iServer/WebPrintingJobLayoutOptions.js, line 79

释放资源,将引用资源的属性置空。

toJSON(){string}

common/iServer/WebPrintingJobLayoutOptions.js, line 107

将 SuperMap.WebPrintingJobLayoutOptions 对象转化为 JSON 字符串。

Returns:
Type Description
string 返回转换后的 JSON 字符串。