LoadOptionsAnnotationsAtBlockLevel Property |
Note: This API is now obsolete.
Gets or sets a flag indicating whether cross structure annotation nodes can be added at block/cell/row level.
Namespace:
Aspose.Words
Assembly:
Aspose.Words (in Aspose.Words.dll) Version: 20.3
Syntax[ObsoleteAttribute]
public bool AnnotationsAtBlockLevel { get; set; }
<ObsoleteAttribute>
Public Property AnnotationsAtBlockLevel As Boolean
Get
Set
public:
[ObsoleteAttribute]
property bool AnnotationsAtBlockLevel {
bool get ();
void set (bool value);
}
[<ObsoleteAttribute>]
member AnnotationsAtBlockLevel : bool with get, set
Property Value
Type:
Boolean
See Also