Interface PdfiumPdfDocumentConstructorStreamP.InfoPOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getOwnerPassword()
      optional string owner_password = 2;
      com.google.protobuf.ByteString getOwnerPasswordBytes()
      optional string owner_password = 2;
      int getTrackChanges()
      optional int32 track_changes = 3;
      String getUserPassword()
      optional string user_password = 1;
      com.google.protobuf.ByteString getUserPasswordBytes()
      optional string user_password = 1;
      boolean hasOwnerPassword()
      optional string owner_password = 2;
      boolean hasTrackChanges()
      optional int32 track_changes = 3;
      boolean hasUserPassword()
      optional string user_password = 1;
      • 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

      • hasUserPassword

        boolean hasUserPassword()
        optional string user_password = 1;
        Returns:
        Whether the userPassword field is set.
      • getUserPassword

        String getUserPassword()
        optional string user_password = 1;
        Returns:
        The userPassword.
      • getUserPasswordBytes

        com.google.protobuf.ByteString getUserPasswordBytes()
        optional string user_password = 1;
        Returns:
        The bytes for userPassword.
      • hasOwnerPassword

        boolean hasOwnerPassword()
        optional string owner_password = 2;
        Returns:
        Whether the ownerPassword field is set.
      • getOwnerPassword

        String getOwnerPassword()
        optional string owner_password = 2;
        Returns:
        The ownerPassword.
      • getOwnerPasswordBytes

        com.google.protobuf.ByteString getOwnerPasswordBytes()
        optional string owner_password = 2;
        Returns:
        The bytes for ownerPassword.
      • hasTrackChanges

        boolean hasTrackChanges()
        optional int32 track_changes = 3;
        Returns:
        Whether the trackChanges field is set.
      • getTrackChanges

        int getTrackChanges()
        optional int32 track_changes = 3;
        Returns:
        The trackChanges.