public abstract class GenericProperty<TValue> extends Property
Represents a base class of a strongly typed property.
Modifier and Type | Method and Description |
---|---|
TValue |
getValue_GenericProperty_New()
Gets a value of the property.
|
void |
setValue_GenericProperty_New(TValue value)
Sets a value of the property.
|
public final TValue getValue_GenericProperty_New()
Gets a value of the property.
public final void setValue_GenericProperty_New(TValue value)
Sets a value of the property.
value
- a value of the property.Copyright (c) 2008-2020 Aspose Pty Ltd. All Rights Reserved.