/* * XML Type: CT_TextUnderlineFillFollowText * Namespace: http://schemas.openxmlformats.org/drawingml/2006/main * Java type: org.openxmlformats.schemas.drawingml.x2006.main.CTTextUnderlineFillFollowText * * Automatically generated - do not modify. */ package org.openxmlformats.schemas.drawingml.x2006.main.impl; /** * An XML CT_TextUnderlineFillFollowText(@http://schemas.openxmlformats.org/drawingml/2006/main). * * This is a complex type. */ public class CTTextUnderlineFillFollowTextImpl extends org.apache.xmlbeans.impl.values.XmlComplexContentImpl implements org.openxmlformats.schemas.drawingml.x2006.main.CTTextUnderlineFillFollowText { public CTTextUnderlineFillFollowTextImpl(org.apache.xmlbeans.SchemaType sType) { super(sType); } }