answersLogoWhite

0


Best Answer

yes you can but i dont know how

User Avatar

Wiki User

11y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: In powerpoint Can you add your name class and keywords as properties in the document properties tab?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

PHP case sensitivity refers to what?

PHP case sensitivity refers to that in coding it matters if the code is in capital letters. Case sensitivity specifically in PHP refers to variables, constants, array keys, class properties, and class constants. Some items in PHP that are not case sensitive are functions, class constructors, class methods, and keywords and constructs.


Where can I find a sharepoint class online?

Finding a sharepoint class online is fairly simple. Search for keywords like sharepoint class online. Here is an example of a site I found using those same keywords: http://apex.vtc.com/microsoft-sharepoint.php


How you would use PowerPoint in school?

PowerPoint Can be used in school to display notes for the class to write down(Teacher) or used to present a project to the teacher and the class(Student).


Another term for document properties?

The properties of a database are commonly called a schema. The schema describes the tables in the database, the fields inside each table, the contents of each field, etc.


Differentiate between extends and implements keywords?

The extends keyword is used to extend/inherit the features of another class whereas the implements keyword is used when a class is implementing the features of an interface. Both these keywords are used during Inheritance


How can you store Class properties in Array in c?

Yes, you can create array that will store class properties. But all of them have to be of the same type.


What is transitive nature of inheritance?

Inheritance is transitive, i.e., if a class B inherits properties of another class A, then all subclasses of B will automatically inherit the properties of class A.


What is the meaning of new keyword in java?

There is 48 reserved keywords currently defined in the java language. These keywords, combined with the syntax of the operators and separators,form the definition of the java language. these keywords can't be used as names for a variable,class or method. (chandramohan singh)


Flyash bricks class 10 mix properties?

Fly ash bricks class 10 mix properties makes is heterogeneous.


How do you Design a class template?

you can go to PowerPoint and search templates of your choice there are many choices to select.


What are the physical properties of fluoride?

Fluorides are a class of compounds. They have very different physical properties.


What are the applications of super and this keyword?

The super and this keywords are mainly used in case of inheritance. this - refers to the object of the current class instance super - refers to the object of the instance of the parent class of the current class.