xxxx18一60岁hd中国/日韩女同互慰一区二区/西西人体扒开双腿无遮挡/日韩欧美黄色一级片 - 色护士精品影院www

  • 大小: 1.10KB
    文件類型: .py
    金幣: 1
    下載: 0 次
    發(fā)布日期: 2021-01-30
  • 語言: Python
  • 標簽: Word??文檔??操作??

資源簡介

需安裝 pip install python_docx

生成的word文檔如下

資源截圖

代碼片段和文件信息

from?docx?import?Document
from?docx.shared?import?Inches

document?=?Document()

document.add_heading(‘Document?title‘?0)

p?=?document.add_paragraph(‘A?plain?paragraph?having?some?‘)
p.add_run(‘bold‘).bold?=?True
p.add_run(‘?and?some?‘)
p.add_run(‘italic.‘).italic?=?True

document.add_heading(‘Heading?level?1‘?level=1)
document.add_paragraph(‘Intense?quote‘?style=‘Intense?Quote‘)

document.add_paragraph(
????‘first?item?in?unordered?list‘?style=‘List?Bullet‘

document.add_paragraph(
????‘first?item?in?ordered?list‘?style=‘List?Numbe

評論

共有 條評論