Column

Column class

Represents a column in a table.

copyTo

NameDescription
copyTo(Array, int)Copies all elements from the collection to the specified array.

Parameters:

NameTypeDescription
arrayArrayTarget array.
indexintStarting index in the target array.

getColumnFormat

NameDescription
getColumnFormat()Returns the ColumnFormat object that contains formatting properties for this column. Read-only IColumnFormat.

Result: ColumnFormat


getParent_Immediate

NameDescription
getParent_Immediate()

getPresentation

NameDescription
getPresentation()Returns the parent presentation of a CellCollection. Read-only IPresentation.

Result: Presentation


getSlide

NameDescription
getSlide()Returns the parent slide of a CellCollection. Read-only IBaseSlide.

Result: Slide, MasterNotesSlide, BaseSlide, MasterSlide, LayoutSlide, MasterHandoutSlide, NotesSlide


getSyncRoot

NameDescription
getSyncRoot()Returns a synchronization root. Read-only Object.

Result: Object


getWidth

NameDescription
getWidth()Returns or sets the width of a column. Read/write double.

Result: double


get_Item

NameDescription
get_Item(int)Returns a cell by it’s position. Read-only Cell. One Cell object can be returned for several indexes in case cell is merged.

Result: Cell


isSynchronized

NameDescription
isSynchronized()Returns a value indicating whether access to the collection is synchronized (thread-safe). Read-only boolean.

Result: boolean


iterator

NameDescription
iterator()Returns an enumerator that iterates through the collection.

Result:


iteratorJava

NameDescription
iteratorJava()Returns a java iterator for the entire collection.

Result:


setTextFormat

NameDescription
setTextFormat(PortionFormat)Sets defined portion format properties to all column cells’ portions.

Parameters:

NameTypeDescription
sourcePortionFormatIPortionFormat object with necessary properties set.

setTextFormat

NameDescription
setTextFormat(ParagraphFormat)Sets defined paragraph format properties to all column cells’ paragraphs.

Parameters:

NameTypeDescription
sourceParagraphFormatIParagraphFormat object with necessary properties set.

setTextFormat

NameDescription
setTextFormat(TextFrameFormat)Sets defined text frame format properties to all column cells’ text frames.

Parameters:

NameTypeDescription
sourceTextFrameFormatITextFrameFormat object with necessary properties set.

setWidth

NameDescription
setWidth(double)Returns or sets the width of a column. Read/write double.

size

NameDescription
size()Returns the number of cells in a collection. Read-only int.

Result: int