packagePath (property)

The path to the Open XML package file.

Syntax

@property (nonatomic,readwrite,assign,getter=packagePath,setter=setPackagePath:) NSString* packagePath;
- (NSString*)packagePath;
- (void)setPackagePath:(NSString*)newPackagePath;
public var packagePath: String {
  get {...}
set {...} }

Default Value

""

Remarks

This property specifies the path and filename of the Open XML package to work on.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks ZIP 2020 iOS Edition - Version 20.0 [Build 8300]