Package 

Enum EpubLayout

  • All Implemented Interfaces:
    android.os.Parcelable , java.io.Serializable , kotlin.Comparable

    
    public enum EpubLayout
    extends Enum<EpubLayout> implements Parcelable
                        

    Hints how the layout of the resource should be presented. https://readium.org/webpub-manifest/schema/extensions/epub/metadata.schema.json

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      public class EpubLayout.Companion
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
      REFLOWABLE
      FIXED
    • Method Summary

      Modifier and Type Method Description
      final String getValue()
      final String getName()
      final Integer getOrdinal()
      • Methods inherited from class org.readium.r2.shared.publication.epub.EpubLayout

        describeContents, writeToParcel
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait