CDPropertyExtraction.mesa
Copyright © 1986 by Xerox Corporation. All rights reserved.
Jacobi, January 3, 1986 4:11:47 pm PST
Jacobi, January 3, 1986 4:18:28 pm PST
DIRECTORY
CD;
CDPropertyExtraction: CEDAR DEFINITIONS =
BEGIN
A module which allows setting properties by extracting text objects.
ExtractProperties: PROC [design: CD.Design, ob: CD.Object ← NIL, checkOnly: BOOL FALSE] RETURNS [matches: INT, errors: INT];
-- Extract and check properties by proximity and font. See documentation for conventions.
-- Does not remove previous properties which dont contradict the extraction.
-- Only one level deep (not hierarchical)
END.