Interface PdfiumPdfDocumentConstructorStreamP.InfoPOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
PdfiumPdfDocumentConstructorStreamP.InfoP
,PdfiumPdfDocumentConstructorStreamP.InfoP.Builder
- Enclosing class:
- PdfiumPdfDocumentConstructorStreamP
public static interface PdfiumPdfDocumentConstructorStreamP.InfoPOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
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;
boolean
getTrackChanges()
optional bool 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 bool track_changes = 3;
boolean
hasUserPassword()
optional string user_password = 1;
-
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 bool track_changes = 3;
- Returns:
- Whether the trackChanges field is set.
-
getTrackChanges
boolean getTrackChanges()
optional bool track_changes = 3;
- Returns:
- The trackChanges.
-
-