Bärliner Jung
Aktives Mitglied
Bärliner Jung
// transparenteTabellenzellenkonturlinien.jsx
if (app.selection.length > 0)
{
var _table = get_table(app.selection[0]);
if (_table != null)
{
with (_table.cells.everyItem())
{
bottomEdgeStrokeType = null;
innerColumnStrokeType = null;
innerRowStrokeType = null;
leftEdgeStrokeType = null;
rightEdgeStrokeType = null;
topEdgeStrokeType = null;
}
}
}
function get_table(_obj)
{
var t = _obj;
if (t.hasOwnProperty('baseline') && t.parent.parent.constructor.name == 'Table')
t = t.parent.parent;
else if (t.constructor.name == 'Cell')
t = t.parent;
else if (t.constructor.name != 'Table')
t = null
return t;
}
antonio_mo
Guest
wer hat sich denn hier verschrieben?}
// Copyright by eyes_only, Ellersiek, Pixxelschubser
JedenTag ein wenig besser
antonio_mo
Guest
Wie konnte mir nur so ein elementarer Fehler unterlaufen..
Willkommen auf PSD-Tutorials.de
In unseren Foren vernetzt du dich mit anderen Personen, um dich rund um die Themen Fotografie, Grafik, Gestaltung, Bildbearbeitung und 3D auszutauschen. Außerdem schalten wir für dich regelmäßig kostenlose Inhalte frei. Liebe Grüße senden dir die PSD-Gründer Stefan und Matthias Petri aus Waren an der Müritz. Hier erfährst du mehr über uns.
Nächster neuer Gratisinhalt
Statistik des Forums