Resource Base
Table of contents

This documentation is deprecated. It applies only to legacy version 2.x of Capture Vision and must not be used for new development.

Please refer to the latest documentation and Migration Guide, which supersede this content.

Note

The Note class represents a note, which contains a key and content.

Definition

Assembly: package com.dynamsoft.dce

class Note

Attributes

Attributes Type Description
Note The constructor. Create an instance of the Note.  
setName Set/get the name of the Note.  
getName Set/get the name of the Note.  
setContent Set/get the content of the Note.  
getContent Set/get the content of the Note.  

Note(name,content)

The constructor. Create an instance of the Note.

Note(String name, String content){}

setName

Set the name of the Note.

void setName(String name){}

getName

Get the name of the Note.

String getName(){}

setContent

Set the content of the Note.

void setContent(String content){}

getContent

Get the content of the Note.

String getContent(){}

This page is compatible for:

Is this page helpful?

YesYes NoNo

In this article: