MCPcopy Create free account
hub / github.com/scanny/python-pptx / CT_TextCharacterPropertiesBuilder

Class CT_TextCharacterPropertiesBuilder

tests/oxml/unitdata/text.py:33–44  ·  view source on GitHub ↗

Test data builder for CT_TextCharacterProperties XML element that appears as child of and child of .

Source from the content-addressed store, hash-verified

31
32
33class CT_TextCharacterPropertiesBuilder(BaseBuilder):
34 """
35 Test data builder for CT_TextCharacterProperties XML element that appears
36 as <a:endParaRPr> child of <a:p> and <a:rPr> child of <a:r>.
37 """
38
39 __nspfxs__ = ("a",)
40 __attrs__ = ("b", "i", "sz", "u")
41
42 def __init__(self, tag):
43 self.__tag__ = tag
44 super(CT_TextCharacterPropertiesBuilder, self).__init__()
45
46
47class CT_TextParagraphBuilder(BaseBuilder):

Callers 1

an_rPrFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…