entgetW

entity:entgetW()

<entity>:entgetW(xAppName) -> entlist

Ritorna la lista con i codici dell'entità gestendo il formato stringa unicode. 

Nella seconda forma, ritorna anche i dati estesi dell'applicazione xAppName.

Esempio 1. Esempio entgetW

entmake{ {0, "CIRCLE"}, {10, Point(0, 0, 0)}, {40, 2} }
local e = entlast()
local w = e:entgetW()
print(" entgetW tipo = " .. type(w) .. " length = " .. tostring(w:length()))
e:erase()

Created with the Personal Edition of HelpNDoc: Converting Word Documents to eBooks: A Step-by-Step Guide with HelpNDoc