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 SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetOwnerPassword()optional string owner_password = 2;com.google.protobuf.ByteStringgetOwnerPasswordBytes()optional string owner_password = 2;intgetTrackChanges()optional int32 track_changes = 3;StringgetUserPassword()optional string user_password = 1;com.google.protobuf.ByteStringgetUserPasswordBytes()optional string user_password = 1;booleanhasOwnerPassword()optional string owner_password = 2;booleanhasTrackChanges()optional int32 track_changes = 3;booleanhasUserPassword()optional string user_password = 1;- 
Methods inherited from interface com.google.protobuf.MessageOrBuilderfindInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
 
- 
 
- 
- 
- 
Method Detail- 
hasUserPasswordboolean hasUserPassword() optional string user_password = 1;- Returns:
- Whether the userPassword field is set.
 
 - 
getUserPasswordString getUserPassword() optional string user_password = 1;- Returns:
- The userPassword.
 
 - 
getUserPasswordBytescom.google.protobuf.ByteString getUserPasswordBytes() optional string user_password = 1;- Returns:
- The bytes for userPassword.
 
 - 
hasOwnerPasswordboolean hasOwnerPassword() optional string owner_password = 2;- Returns:
- Whether the ownerPassword field is set.
 
 - 
getOwnerPasswordString getOwnerPassword() optional string owner_password = 2;- Returns:
- The ownerPassword.
 
 - 
getOwnerPasswordBytescom.google.protobuf.ByteString getOwnerPasswordBytes() optional string owner_password = 2;- Returns:
- The bytes for ownerPassword.
 
 - 
hasTrackChangesboolean hasTrackChanges() optional int32 track_changes = 3;- Returns:
- Whether the trackChanges field is set.
 
 - 
getTrackChangesint getTrackChanges() optional int32 track_changes = 3;- Returns:
- The trackChanges.
 
 
- 
 
-