Package com.microstrategy.web.objects
Interface WebTemplateFormatContainer
- 
- All Superinterfaces:
 WebFormatContainer
public interface WebTemplateFormatContainer extends WebFormatContainer
This interface is used for reading proper template and associated data formats This can be retrieve using theWebTemplate.getFormatContainer()- Since:
 - MicroStrategy Web 8.0.0
 
 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description WebFormatgetDataFormat()Returns the data format for the template.WebFormatgetReportFormat()Returns the report format.- 
Methods inherited from interface com.microstrategy.web.objects.WebFormatContainer
getGridFormat, getHeaderFormat, getSubtotalGridFormat, getSubtotalHeaderFormat, setDefaultFormat, setDefaultFormat, setDefaultFormats, setDefaultFormats, setDefaultForProperty, setDefaultForProperty, setFormatProperty, setFormatProperty 
 - 
 
 - 
 
- 
- 
Method Detail
- 
getDataFormat
WebFormat getDataFormat()
Returns the data format for the template. The data format contains default format for the grid values.- Returns:
 - the data format of the template.
 
 
- 
getReportFormat
WebFormat getReportFormat()
Returns the report format. The report format contains default formatting properties for the entire report. e.g. the border properties of the report.- Returns:
 - the report format of the template.
 
 
 - 
 
 -