Interface Document.Page.DimensionOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      float getHeight()
      Page height.
      String getUnit()
      Dimension unit.
      com.google.protobuf.ByteString getUnitBytes()
      Dimension unit.
      float getWidth()
      Page width.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • getWidth

        float getWidth()
         Page width.
         
        float width = 1;
        Returns:
        The width.
      • getHeight

        float getHeight()
         Page height.
         
        float height = 2;
        Returns:
        The height.
      • getUnit

        String getUnit()
         Dimension unit.
         
        string unit = 3;
        Returns:
        The unit.
      • getUnitBytes

        com.google.protobuf.ByteString getUnitBytes()
         Dimension unit.
         
        string unit = 3;
        Returns:
        The bytes for unit.