Tùy chọn bảng lớp

Thông tin

Đại diện cho các tùy chọn để thêm bảng vào tài liệu bằng plugin Documentize.TableGenerator.

public sealed class TableOptions : PluginBaseOptions, IPluginOptions  

Kế thừa

object
PluginBaseOptions
TableOptions

Cài đặt

Thành viên kế thừa

Hàm khởi dựng

TableOptions()

Khởi tạo một thể hiện mới của đối tượng Documentize.TableOptions với các tùy chọn mặc định.

public TableOptions()  

Phương thức

AddTable()

Thêm bảng vào tài liệu.

public TableBuilder AddTable()  

Trả về

TableBuilder : Thể hiện mới của Documentize.TableBuilder.

Create()

Tạo thể hiện của Documentize.TableOptions.

public static TableOptions Create()  

Trả về

TableOptions : Thể hiện mới của Documentize.TableOptions.

InsertPageAfter(int)

Chèn trang sau trang được chỉ định.

public TableOptions InsertPageAfter(int page)  

Tham số

  • page int: Số trang để chèn bảng sau.

Trả về

TableOptions : Thể hiện của Documentize.TableOptions hiện tại.

InsertPageBefore(int)

Chèn trang trước trang được chỉ định.

public TableOptions InsertPageBefore(int page)  

Tham số

  • page int: Số trang để chèn bảng trước.

Trả về

TableOptions : Thể hiện của Documentize.TableOptions hiện tại.

Namespace: Documentize
Assembly: Documentize.dll

 Tiếng Việt