com.aspose.slides
Interface IDataTable

All Superinterfaces:
IChartComponent, IFormattedTextContainer, IPresentationComponent, ISlideComponent
All Known Implementing Classes:
DataTable

public interface IDataTable
extends IFormattedTextContainer

Represents data table properties.


Method Summary
 IFormat getFormat()
           Returns the line, fill, and effect styles of an object.
 boolean getShowLegendKey()
           True if the data label legend key is visible.
 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 interface com.aspose.slides.IFormattedTextContainer
getTextFormat
 
Methods inherited from interface com.aspose.slides.IChartComponent
getChart
 
Methods inherited from interface com.aspose.slides.ISlideComponent
getSlide
 
Methods inherited from interface com.aspose.slides.IPresentationComponent
getPresentation
 

Method Detail

getFormat

IFormat getFormat()

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


hasBorderHorizontal

boolean hasBorderHorizontal()

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


setBorderHorizontal

void setBorderHorizontal(boolean value)

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


hasBorderOutline

boolean hasBorderOutline()

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


setBorderOutline

void setBorderOutline(boolean value)

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


hasBorderVertical

boolean hasBorderVertical()

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


setBorderVertical

void setBorderVertical(boolean value)

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


getShowLegendKey

boolean getShowLegendKey()

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


setShowLegendKey

void setShowLegendKey(boolean value)

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



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