Xj$(dZddlmZddlZddlmZGddeZeZGddejZ e Z Gd d eZ e Z Gd d eZ Gd deZGddeZGddeZy)z7Enumerations related to text in WordprocessingML files.) annotationsN) BaseXmlEnumcDeZdZdZdZ dZ dZ dZ dZ dZ dZ d Z d Z y ) WD_PARAGRAPH_ALIGNMENTzAlias: **WD_ALIGN_PARAGRAPH** Specifies paragraph justification type. Example:: from docx.enum.text import WD_ALIGN_PARAGRAPH paragraph = document.add_paragraph() paragraph.alignment = WD_ALIGN_PARAGRAPH.CENTER )rleftz Left-alignedcenterzCenter-aligned.rightzRight-aligned.)bothzFully justified.) distributezGParagraph characters are distributed to fill entire width of paragraph.) mediumKashidaz4Justified with a medium character compression ratio.) highKashidaz2Justified with a high character compression ratio.) lowKashidaz1Justified with a low character compression ratio.) thaiDistributez.Justified according to Thai formatting layout.N) __name__ __module__ __qualname____doc__LEFTCENTERRIGHTJUSTIFY DISTRIBUTE JUSTIFY_MED JUSTIFY_HI JUSTIFY_LOW THAI_JUSTIFYb/mnt/ssd/data/Dropbox/adrian/vault-secondbrain/venv/lib/python3.12/site-packages/docx/enum/text.pyrr sb  'D -F *E-GJ RK ?J =XK;L 9r(rc<eZdZdZdZdZdZdZdZdZ dZ d Z d Z d Z dZy ) WD_BREAK_TYPEzoCorresponds to WdBreakType enumeration. http://msdn.microsoft.com/en-us/library/office/ff195905.aspx. rr rrrr rN)rrrrCOLUMNLINELINE_CLEAR_LEFTLINE_CLEAR_RIGHTLINE_CLEAR_ALLPAGESECTION_CONTINUOUSSECTION_EVEN_PAGESECTION_NEXT_PAGESECTION_ODD_PAGE TEXT_WRAPPINGr'r(r)r+r+FsE F DON DMr(r+czeZdZdZdZ dZ dZ dZ dZ dZ dZ d Z d Z d Z d Z d Z dZ dZ dZ dZ dZ dZy)WD_COLOR_INDEXzSpecifies a standard preset color to apply. Used for font highlighting and perhaps other applications. * MS API name: `WdColorIndex` * URL: https://msdn.microsoft.com/EN-US/library/office/ff195343.aspx )Nz,Color is inherited from the style hierarchy.)rdefaultz(Automatic color. Default; usually black.)r blackz Black color.)r bluez Blue color)rgreenzBright green color.)rdarkBluezDark blue color.) darkRedzDark red color.) darkYellowzDark yellow color.) lightGrayz25% shade of gray color.)darkGrayz50% shade of gray color.)r. darkGreenz Green color.)rmagentaz Pink color.)r,redz Red color.)r-darkCyanz Teal color.)rcyanzTurquoise color.) darkMagentaz Violet color.)rwhitez White color.)ryellowz Yellow color.N)rrrr INHERITEDAUTOBLACKBLUE BRIGHT_GREEN DARK_BLUEDARK_RED DARK_YELLOWGRAY_25GRAY_50GREENPINKREDTEAL TURQUOISEVIOLETWHITEYELLOWr'r(r)r;r;\sKI6 ED2 (E $D6L3I1H:K;G":G" -E (D "C *D/I 1F (E +Fr(r;c2eZdZdZdZ dZ dZ dZ dZ dZ y) WD_LINE_SPACINGa[Specifies a line spacing format to be applied to a paragraph. Example:: from docx.enum.text import WD_LINE_SPACING paragraph = document.add_paragraph() paragraph.line_spacing_rule = WD_LINE_SPACING.EXACTLY MS API name: `WdLineSpacing` URL: http://msdn.microsoft.com/en-us/library/office/ff844910.aspx )rUNMAPPEDzSingle spaced (default).)r rgzSpace-and-a-half line spacing.)r rgzDouble spaced.)ratLeastzIMinimum line spacing is specified amount. Amount is specified separately.)rexactzILine spacing is exactly specified amount. Amount is specified separately.)rautozsLine spacing is specified as multiple of line heights. Changing font size will change line spacing proportionately.N) rrrrSINGLEONE_POINT_FIVEDOUBLEAT_LEASTEXACTLYMULTIPLEr'r(r)rfrfsG 9F"FN( .FH TG TH 3r(rfcJeZdZdZdZ dZ dZ dZ dZ dZ dZ d Z d Z d Z y ) WD_TAB_ALIGNMENTzSpecifies the tab stop alignment to apply. MS API name: `WdTabAlignment` URL: https://msdn.microsoft.com/EN-US/library/office/ff195609.aspx )rrz Left-aligned.rr )rdecimalzDecimal-aligned.)rbarz Bar-aligned.)r,listzList-aligned. (deprecated))eclearzClear an inherited tab stop.)fendzRight-aligned. (deprecated))gnumLeft-aligned. (deprecated))hstartr|N)rrrrrrr DECIMALBARLISTCLEARENDNUMSTARTr'r(r)rrrrsY (D -F *E0G $C 4D$ :E& 6C& 5C% 9E%r(rrc2eZdZdZdZ dZ dZ dZ dZ dZ y) WD_TAB_LEADERzSpecifies the character to use as the leader with formatted tabs. MS API name: `WdTabLeader` URL: https://msdn.microsoft.com/en-us/library/office/ff845050.aspx )rnonezSpaces. Default.)r dotDots.)r hyphenDashes.)r underscorez Double lines.)rheavyz A heavy line.)r middleDotzA vertically-centered dot.N) rrrrSPACESDOTSDASHESLINESHEAVY MIDDLE_DOTr'r(r)rrs9-F D %F .E )E?J$r(rceZdZdZdZ dZ dZ dZ dZ dZ dZ d Z d Z d Z d Z d Z dZ dZ dZ dZ dZ dZ dZy) WD_UNDERLINEzSpecifies the style of underline applied to a run of characters. MS API name: `WdUnderline` URL: http://msdn.microsoft.com/en-us/library/office/ff822388.aspx )r<Nz4Inherit underline setting from containing paragraph.)rraNo underline. This setting overrides any inherited underline value, so can be used to remove underline from a run that inherits underlining from its containing paragraph. Note this is not the same as assigning |None| to Run.underline. |None| is a valid assignment value, but causes the run to inherit its underline value. Assigning `WD_UNDERLINE.NONE` causes underlining to be unconditionally turned off.)r singlezA single line. Note that this setting is write-only in the sense that |True| (rather than `WD_UNDERLINE.SINGLE`) is returned for a run having this setting.)r wordsz Underline individual words only.)rdoublezA double line.)rdottedr)r,thickzA single thick line.)rdashr)rdotDashzAlternating dots and dashes.)r- dotDotDashz$An alternating dot-dot-dash pattern.)r.wavezA single wavy line.) dottedHeavyz Heavy dots.) dashedHeavyz Heavy dashes.) dashDotHeavyz(Alternating heavy dots and heavy dashes.)dashDotDotHeavyz*An alternating heavy dot-dot-dash pattern.) wavyHeavyzA heavy wavy line.)'dashLongz Long dashes.)+ wavyDoublezA double wavy line.)7 dashLongHeavyzLong heavy dashes.N)rrrrrSNONErkWORDSrmDOTTEDTHICKDASHDOT_DASH DOT_DOT_DASHWAVY DOTTED_HEAVY DASH_HEAVYDOT_DASH_HEAVYDOT_DOT_DASH_HEAVY WAVY_HEAVY DASH_LONG WAVY_DOUBLEDASH_LONG_HEAVYr'r(r)rrsSI> DF =E* ,F #F 0E !D=H&ML. .D5L5JUN2 58J0I;KAOr(r)r __future__renumdocx.enum.baserrWD_ALIGN_PARAGRAPHEnumr+WD_BREAKr;WD_COLORrfrrrrr'r(r)rs=" &69[69r,DII& =[=@ .3k.3b$&{$&N%K%6];]r(