Interface TextBlockDocument.TextBlock

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Interface Description
      static class  TextBlockDocument.TextBlock.Factory
      A factory class with static methods for creating instances of this type.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static org.apache.xmlbeans.SchemaType type  
      • Fields inherited from interface org.apache.xmlbeans.XmlObject

        EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
    • Field Detail

      • type

        static final org.apache.xmlbeans.SchemaType type
    • Method Detail

      • getTokenSeparator

        String getTokenSeparator()
        Gets the "tokenSeparator" attribute
      • xgetTokenSeparator

        TextSeparator xgetTokenSeparator()
        Gets (as xml) the "tokenSeparator" attribute
      • setTokenSeparator

        void setTokenSeparator​(String tokenSeparator)
        Sets the "tokenSeparator" attribute
      • xsetTokenSeparator

        void xsetTokenSeparator​(TextSeparator tokenSeparator)
        Sets (as xml) the "tokenSeparator" attribute
      • getBlockSeparator

        String getBlockSeparator()
        Gets the "blockSeparator" attribute
      • xgetBlockSeparator

        TextSeparator xgetBlockSeparator()
        Gets (as xml) the "blockSeparator" attribute
      • setBlockSeparator

        void setBlockSeparator​(String blockSeparator)
        Sets the "blockSeparator" attribute
      • xsetBlockSeparator

        void xsetBlockSeparator​(TextSeparator blockSeparator)
        Sets (as xml) the "blockSeparator" attribute
      • getDecimalSeparator

        String getDecimalSeparator()
        Gets the "decimalSeparator" attribute
      • xgetDecimalSeparator

        DecimalSeparator xgetDecimalSeparator()
        Gets (as xml) the "decimalSeparator" attribute
      • setDecimalSeparator

        void setDecimalSeparator​(String decimalSeparator)
        Sets the "decimalSeparator" attribute
      • xsetDecimalSeparator

        void xsetDecimalSeparator​(DecimalSeparator decimalSeparator)
        Sets (as xml) the "decimalSeparator" attribute