Class WrappingTextBoxFlag

java.lang.Object
com.independentsoft.office.drawing.extensions.WrappingTextBoxFlag
All Implemented Interfaces:
IExtensionContent

public class WrappingTextBoxFlag extends Object implements IExtensionContent
Represents the Mac Office wrapping-text-box flag extension (ma14:wrappingTextBoxFlag) (uri {C572A759-6A51-4108-AA02-DFA0A04FC94B}).
  • Field Details

  • Constructor Details

    • WrappingTextBoxFlag

      public WrappingTextBoxFlag()
      Instantiates a new wrapping text box flag.
    • WrappingTextBoxFlag

      public WrappingTextBoxFlag(InternalXMLStreamReader reader) throws XMLStreamException
      Instantiates a new wrapping text box flag.
      Parameters:
      reader - the reader
      Throws:
      XMLStreamException - the XML stream exception
  • Method Details

    • clone

      public IExtensionContent clone()
      Description copied from interface: IExtensionContent
      Clone.
      Specified by:
      clone in interface IExtensionContent
      Overrides:
      clone in class Object
      Returns:
      the extension content
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • getValue

      public String getValue()
      Gets the value (val). May be null - the attribute is sometimes absent in the wild.
      Returns:
      the value
    • setValue

      public void setValue(String value)
      Sets the value (val). May be null - the attribute is sometimes absent in the wild.
      Parameters:
      value - the new value