File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -284,7 +284,6 @@ P_font = P.runs[0].font
284284P_font.underline = True # Underline text
285285P_font.underline = WD_UNDERLINE .DOUBLE # Underline style
286286
287-
288287document.add_page_break()
289288document.add_heading(" Text Formatting" , level = 2 )
290289
@@ -322,7 +321,6 @@ P.add_run(" Adding 16 font size Text Here.").font.size = Pt(16)
322321P = document.add_paragraph(" This is paragraph with Subtle Emphasis Text." )
323322P.add_run(" Adding text with subtle emphasis." ).style = " Subtle Emphasis"
324323
325-
326324# Apply Multiple Formattings
327325P = document.add_paragraph()
328326Line = P.add_run(" This is paragraph with Bold, Italic and Underlined Text." )
@@ -358,11 +356,6 @@ quote = document.add_paragraph(
358356 " but in rising every time we fall." )
359357quote.style = " Intense Quote"
360358
361- # Add Hyperlink
362- document.add_heading(" Hyperlink" , level = 3 )
363- P = document.add_paragraph(" This is a paragraph with a " )
364-
365-
366359# Add Page Break
367360document.add_page_break()
368361
You can’t perform that action at this time.
0 commit comments