Row

Overview

Row là một lớp trong Aspose.Slides FOSS cho Java. Dòng thừa kế từ: CellCollection, IRow.

  • Hiển thị một hàng trong một bàn.

Khóa học này cung cấp 24 phương pháp để làm việc với các đối tượng Row trong các chương trình Java. Các phương pháp có sẵn bao gồm: CellCollection, Row, asICollection, asIEnumerable, asIPresentationComponent, asISlideComponent, asList, get, getAsIBulkTextFormattable, getAsICellCollection, getHeight, getMinimalHeight,Và 10 phương pháp bổ sung. Tất cả các thành viên công cộng đều có thể truy cập bất kỳ ứng dụng Java nào sau khi cài đặt Aspose.Slides FOSS cho gói Java. Tài sản : asIBulkTextFormattable, asICellCollection, height, minimalHeight, presentation, rowFormat,Và 2 nhiều hơn nữa.

Properties

NameTypeAccessDescription
heightdoubleRead{@inheritDoc}

Khi XML được hỗ trợ, đọc thuộc tính {_code h} từ yếu tố { @code <a:tr>} và chuyển đổi từ EMU sang điểm.

minimalHeightdoubleRead{@inheritDoc}

Khi XML được hỗ trợ, đọc thuộc tính {_code h} từ yếu tố { @code <a:tr>} và chuyển đổi từ EMU sang điểm.

rowFormatIRowFormatRead[Điều kiện]
asICellCollectionICellCollectionRead[Điều kiện]
asIBulkTextFormattableIBulkTextFormattableRead[Điều kiện]
slideIBaseSlideReadGửi slide.
slidePartObjectReadTrả lại phần nhấp chuột liên quan đến bộ sưu tập này.
presentationIPresentationReadNhận được trình bày.

Methods

SignatureDescription
Row()Tạo một dòng trống không có hỗ trợ XML.
Row(cells: List<ICell>, height: double)Tạo một Row với các tế bào và chiều cao, mà không có hỗ trợ XML.
Row(trElement: Element, cells: List<ICell>, saveCallback: Runnable)Tạo một dòng được hỗ trợ XML từ các yếu tố {@code <a:tr>}.
initInternal(trElement: Element, rowIndex: int, slidePart: Object, parentSlide: IBaseSlide, table: ITable)RowBắt đầu dòng này từ một {@code <a:tr>} XML, chia các yếu tố trẻ em {_code } thành { @link Cell} ví dụ.
getHeight()double{@inheritDoc}

Khi XML được hỗ trợ, đọc thuộc tính {_code h} từ yếu tố { @code <a:tr>} và chuyển đổi từ EMU sang điểm.

getMinimalHeight()double{@inheritDoc}

Khi XML được hỗ trợ, đọc thuộc tính {_code h} từ yếu tố { @code <a:tr>} và chuyển đổi từ EMU sang điểm.

setMinimalHeight(value: double){@inheritDoc}

Khi XML được hỗ trợ, viết lại giá trị vào thuộc tính {_code h} (đổi từ điểm sang EMU) và kích hoạt cuộc gọi lưu.

/
getRowFormat()IRowFormat[Điều kiện]
getAsICellCollection()ICellCollection[Điều kiện]
getAsIBulkTextFormattable()IBulkTextFormattable[Điều kiện]
setTextFormat(source: Object){@inheritDoc} @throws IllegalArgumentException nếu {_code source} là {=code null} /
CellCollection()tạo ra một cái trống CellCollection.
get(index: int)ICell
size()int
asList()List<ICell>Trở lại một cái nhìn không thể thay đổi của danh sách tế bào nội bộ.
asICollection()List<ICell>
asIEnumerable()Iterable<ICell>
getSlide()IBaseSlideTrở lại slide.
setParentSlide(parentSlide: IBaseSlide)Hãy đặt slide của cha mẹ cho bộ sưu tập này.
getSlidePart()ObjectTrả lại phần nhấp chuột liên quan đến bộ sưu tập này.
getPresentation()IPresentationTrở lại bản trình bày.
asISlideComponent()ISlideComponent
asIPresentationComponent()IPresentationComponent
iterator()Iterator<ICell>

See Also

 Tiếng Việt