com.aspose.slides
Class DataTable

java.lang.Object
  extended by com.aspose.slides.DataTable
All Implemented Interfaces:
IChartComponent, IDataTable, IFormattedTextContainer, IPresentationComponent, ISlideComponent

public class DataTable
extends java.lang.Object
implements IDataTable

Represents data table properties.


Method Summary
 IChart getChart()
           Returns chart.
 IFormat getFormat()
           Returns the line, fill, and effect styles of an object.
 com.aspose.slides.IDOMObject getParent_Immediate()
           Returns Parent_Immediate object.
 IPresentation getPresentation()
           Returns the parent presentation of a FillFormat.
 boolean getShowLegendKey()
           True if the data label legend key is visible.
 IBaseSlide getSlide()
           Returns the parent slide of a FillFormat.
 IChartTextFormat getTextFormat()
           Returns text format.
 boolean hasBorderHorizontal()
           True if the chart data table has horizontal cell borders.
 boolean hasBorderOutline()
           True if the chart data table has outline borders.
 boolean hasBorderVertical()
           True if the chart data table has vertical cell borders.
 void setBorderHorizontal(boolean value)
           True if the chart data table has horizontal cell borders.
 void setBorderOutline(boolean value)
           True if the chart data table has outline borders.
 void setBorderVertical(boolean value)
           True if the chart data table has vertical cell borders.
 void setShowLegendKey(boolean value)
           True if the data label legend key is visible.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getFormat

public IFormat getFormat()

Returns the line, fill, and effect styles of an object. Read-only IFormat.

Specified by:
getFormat in interface IDataTable

hasBorderHorizontal

public boolean hasBorderHorizontal()

True if the chart data table has horizontal cell borders. Read/write boolean.

Specified by:
hasBorderHorizontal in interface IDataTable

setBorderHorizontal

public void setBorderHorizontal(boolean value)

True if the chart data table has horizontal cell borders. Read/write boolean.

Specified by:
setBorderHorizontal in interface IDataTable

hasBorderOutline

public boolean hasBorderOutline()

True if the chart data table has outline borders. Read/write boolean.

Specified by:
hasBorderOutline in interface IDataTable

setBorderOutline

public void setBorderOutline(boolean value)

True if the chart data table has outline borders. Read/write boolean.

Specified by:
setBorderOutline in interface IDataTable

hasBorderVertical

public boolean hasBorderVertical()

True if the chart data table has vertical cell borders. Read/write boolean.

Specified by:
hasBorderVertical in interface IDataTable

setBorderVertical

public void setBorderVertical(boolean value)

True if the chart data table has vertical cell borders. Read/write boolean.

Specified by:
setBorderVertical in interface IDataTable

getShowLegendKey

public boolean getShowLegendKey()

True if the data label legend key is visible. Read/write boolean.

Specified by:
getShowLegendKey in interface IDataTable

setShowLegendKey

public void setShowLegendKey(boolean value)

True if the data label legend key is visible. Read/write boolean.

Specified by:
setShowLegendKey in interface IDataTable

getParent_Immediate

public com.aspose.slides.IDOMObject getParent_Immediate()

Returns Parent_Immediate object. Read-only IDOMObject.


getChart

public IChart getChart()

Returns chart. Read-only IChart.

Specified by:
getChart in interface IChartComponent

getTextFormat

public IChartTextFormat getTextFormat()

Returns text format. Read-only IChartTextFormat.

Specified by:
getTextFormat in interface IFormattedTextContainer

getSlide

public IBaseSlide getSlide()

Returns the parent slide of a FillFormat. Read-only BaseSlide.

Specified by:
getSlide in interface ISlideComponent

getPresentation

public IPresentation getPresentation()

Returns the parent presentation of a FillFormat. Read-only IPresentation.

Specified by:
getPresentation in interface IPresentationComponent


Copyright © Copyright 2004-2016 Aspose Pty Ltd. All Rights Reserved.