( self, writer )
| 1174 | ) ) |
| 1175 | |
| 1176 | def write( self, writer ): |
| 1177 | writer.begin( self ) |
| 1178 | self.write_objects( writer, ( "font", "justify" ), False ) |
| 1179 | writer.end() |
| 1180 | |
| 1181 | def copy( self, trans ): |
| 1182 | obj = Effects( self.obj_name ) |
nothing calls this directly
no test coverage detected