PHP'de Visio Çizimlere Yorum Ekleme
Contents
[
Hide
]
Aspose.Diagram - Visio Çizimlerine Yorum Ekle
Visio Çizimine Yorum Eklemek İçinPHP için Aspose.Diagram Java , sadece çağırmakDiyagramaYorum Ekle modül. Burada örnek kodu görebilirsiniz.
PHP Kodu
# Create instance of Diagram
$diagram = new Diagram($dataDir."Drawing.vsd");
\# Add comment
$diagram->getPages()->getPage(0)->addComment(7.205905511811023, 3.880708661417323, "test@");
\# Save as VDX
$saveFileFormat=new SaveFileFormat();
$diagram->save($dataDir."AddComment.vdx", $saveFileFormat->VDX);
print "Added comment successfully!".PHP_EOL;
Çalışan Kodu İndir
İndirmek**Visio Çizimlere Yorum Ekle (Aspose.Diagram)**aşağıda belirtilen sosyal kodlama sitelerinin herhangi birinden: