MarkdownSaveOptions
Overview
MarkdownSaveOptions เป็นคลาสใน Aspose.Cells FOSS สําหรับ Python.
ตัวเลือกในการบันทึกไฟล์ Markdown.
หมวดนี้ให้ 1 วิธีในการทํางานกับ MarkdownSaveOptions วัตถุในโปรแกรม Python. วิธีการที่ใช้ได้แก่: __init__. สมาชิกสาธารณะทุกคนสามารถเข้าถึงการใช้งาน Python ใดก็ได้หลังจากติดตั้งแพ็คเกจ FOSS for Python. คุณสมบัติ: auto_detect_header, column_alignments, compact_format, date_format, datetime_format, default_alignment,และอีก 16 คน.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
encoding | `` | Read | ได้รับรหัส. |
worksheet_index | `` | Read | ได้รหัสตารางการทํางาน. |
include_worksheet_name | `` | Read | ได้ชื่อตารางการทํางานรวม. |
header_level | `` | Read | ได้รับระดับหัวข้อ. |
column_alignments | Dict[int, str] | Read | ได้รับการจัดแถว. |
default_alignment | `` | Read | ได้รับการตั้งค่าแบบถัดไป. |
date_format | `` | Read | ได้รูปแบบวันที่. |
datetime_format | `` | Read | ได้รูปแบบเวลาวัน. |
time_format | `` | Read | ได้รูปแบบเวลา. |
empty_cell_placeholder | `` | Read | ได้รับที่เก็บเซลล์ว่างเปล่า. |
escape_pipes | `` | Read | ได้รับท่อการหลบหนี. |
first_row_as_header | `` | Read | ได้แถวแรกเป็นหัวข้อ. |
include_row_numbers | `` | Read | ได้เลขแถวรวม. |
max_column_width | `` | Read | ได้ความกว้างคอลัมน์สูงสุด. |
trim_whitespace | `` | Read | ได้รับพื้นที่ขาวของเครื่องตัดแต่ง. |
float_precision | `` | Read | ได้รับความแม่นยําของเรือลอย. |
skip_empty_rows | `` | Read | จะทําให้การลุ้นแถวว่างเปล่า. |
newline_replacement | `` | Read | ได้รับการเปลี่ยนสายใหม่. |
detect_title_rows | `` | Read | ได้รับการตรวจสอบหัวข้อแถว. |
auto_detect_header | `` | Read | ได้รับหัวหอกตรวจจับอัตโนมัติ. |
compact_format | `` | Read | ได้รูปแบบคอมพั๊ต. |
simple_separators | `` | Read | ได้รับการแยกง่ายๆ. |
Methods
| Signature | Description |
|---|---|
__init__() |