public class StructuredDataRecord extends Object
Structured Data Record container
| Modifier and Type | Class and Description |
|---|---|
static class |
StructuredDataRecord.Member
One entry in the structured data record
|
static class |
StructuredDataRecord.StructuredDataType |
| Constructor and Description |
|---|
StructuredDataRecord() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(int type,
int count,
List<Object> data) |
void |
add(int type,
Object[] data) |
List<StructuredDataRecord.Member> |
getMembers() |
public final List<StructuredDataRecord.Member> getMembers()
public final void add(int type,
Object[] data)
Copyright (c) 2008-2025 Aspose Pty Ltd. All Rights Reserved.