Class WMLHelper


  • public final class WMLHelper
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      WMLHelper()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static org.openxmlformats.schemas.wordprocessingml.x2006.main.STOnOff.Enum convertBooleanToSTOnOff​(boolean value)  
      static boolean convertSTOnOffToBoolean​(org.openxmlformats.schemas.wordprocessingml.x2006.main.STOnOff.Enum value)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • WMLHelper

        public WMLHelper()
    • Method Detail

      • convertSTOnOffToBoolean

        public static boolean convertSTOnOffToBoolean​(org.openxmlformats.schemas.wordprocessingml.x2006.main.STOnOff.Enum value)
      • convertBooleanToSTOnOff

        public static org.openxmlformats.schemas.wordprocessingml.x2006.main.STOnOff.Enum convertBooleanToSTOnOff​(boolean value)