API Reference
Class
LegacyPptVbaProject
Represents the complete VBA compound storage referenced by a binary presentation.
Inheritance
- Object
- LegacyPptVbaProject
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Property LegacyPptPresentation.VbaProject
Methods
public Byte[] GetBytes() #Returns:
Byte[]Returns a copy of the complete vbaProject.bin compound storage.
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public UInt32 PersistId { get; } #Gets the persist identifier referenced by the document VBA information atom.
public Boolean WasCompressed { get; } #Gets whether the source persist object used the compressed storage form.
public Int32 Length { get; } #Gets the length of the decompressed VBA compound storage.