PartName Property

The name of the currently selected part.

Syntax

ANSI (Cross Platform)
char* GetPartName();
int SetPartName(const char* lpszPartName); Unicode (Windows) LPWSTR GetPartName();
INT SetPartName(LPCWSTR lpszPartName);
@property (nonatomic,readwrite,assign,getter=partName,setter=setPartName:) NSString* partName;
- (NSString*)partName;
- (void)setPartName:(NSString*)newPartName;
#define PID_OFFICEDOC_PARTNAME 17

IPWORKSZIP_EXTERNAL void* IPWORKSZIP_CALL IPWorksZip_OfficeDoc_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);
IPWORKSZIP_EXTERNAL int IPWORKSZIP_CALL IPWorksZip_OfficeDoc_Set(void *lpObj, int propid, int arridx, const void *val, int cbVal);

Default Value

""

Remarks

This property specifies the name of the currently selected part in the document. If null or empty, no part is currently selected.

Data Type

String

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